Html Css Color HEX #CFD02C Bitter Lemon

📋 copy color: '#CFD02C'

red 207 ◦ green 208 ◦ blue 44

#CFD02C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #CFD02C

Tints of Bitter Lemon #CFD02C

RGB

 RED value IS 207 (81.25% from 255) = 45.1%

 GREEN value IS 208 (81.64% from 255) = 45.32%

 BLUE value IS 44 (17.58% from 255) = 9.59%

R = 45.1%
G = 45.32%
B = 9.59%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#CFD02C (or 0xCFD02C) is known color: Bitter Lemon. HEX triplet: CF, D0 and 2C. RGB value is (207,208,44). Sum of RGB (Red+Green+Blue) = 207+208+44=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 44 (17.58% from 255 or 9.59% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD02C is #302FD3. Grayscale: #BDBDBD. Windows color (decimal): -3157972 or 2937039. OLE color: 2937039.

HSL color Cylindrical-coordinate representation of color #CFD02C: hue angle of 60.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFD02C is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 44 -
CMYK 0.00 0 0.79 0.18
HSL 60.37º 0.65% 0.49% -
HSV(B) 60.37º 0.79% 0.82% -
XYZ 48.74 58.56 11.12 -
YUV 189.01 46.17 140.84 -
System Red Green Blue C M Y K H S L
Decimal 207 208 44 0.00 0 0.79 0.18 60.37 0.65 0.49
Hex CF D0 2C 0 0 4F 12 3C 41 31
Octal 317 320 54 0 0 117 22 74 101 61
Binary 11001111 11010000 101100 0 0 1001111 10010 111100 1000001 110001

Color Harmonies of #CFD02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD02C

Black with #CFD02C

Text Example


Text Example

White with #CFD02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD02C; }

 p { color: rgb(207,208,44); }

 H1.HeaderClassName
 {
   color: #CFD02C;
 }
 .AnyTagClassName
 {
   color: #CFD02C;
 }
</style>

background-color css

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

 a { background-color: rgb(207,208,44); }

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

border-color css

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

 span { border-color: rgb(207,208,44); }

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