#cfd92e

Color #CFD92E Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #CFD92E

Tints of Bitter Lemon #CFD92E

Color information

#CFD92E (or 0xCFD92E) is unknown color: approx Bitter Lemon. HEX triplet: CF, D9 and 2E. RGB value is (207,217,46). Sum of RGB (Red+Green+Blue) = 207+217+46=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD92E is #3026D1. Grayscale: #C3C3C3. Windows color (decimal): -3155666 or 3070415. OLE color: 3070415.

HSL color Cylindrical-coordinate representation of color #CFD92E: hue angle of 63.51º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFD92E is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB20721746-
CMYK0.0500.790.15
HSL63.51º69.23%51.57%-
HSV(B)63.51º78.8%85.1%-
XYZ51.0463.0912.07-
YUV194.5244.19136.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 217 (85.16% from 255) = 46.17%
BLUE value IS 46 (18.36% from 255) = 9.79%
R=44.04%
G=46.17%
B=9.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207217460.0500.790.1563.5169.2351.57
HexCFD92E504FF404534
Octal31733156501171710010564
Binary110011111101100110111010101001111111110000001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfd92e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfd92e; }

 p { color: rgb(207,217,46); }

 H1.HeaderClassName
 {
   color: #cfd92e;
 }
 .AnyTagClassName
 {
   color: #cfd92e;
 }
</style>
background-color css

<style>
 a { background-color: #cfd92e; }

 a { background-color: rgb(207,217,46); }

 div.DivClassName
 {
   background-color: #cfd92e;
 }
 .BgClassName
 {
   background-color: #cfd92e;
 }
</style>
border-color css

<style>
 span { border-color: #cfd92e; }

 span { border-color: rgb(207,217,46); }

 td.TdClassName
 {
   border-color: #cfd92e;
 }
 .TagClassName
 {
   border-color: #cfd92e;
 }
</style>