Html Css Color HEX #CFD42F Bitter Lemon

📋 copy color: '#CFD42F'

red 207 ◦ green 212 ◦ blue 47

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

Shades of Bitter Lemon #CFD42F

Tints of Bitter Lemon #CFD42F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.49%

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 44.42%
G = 45.49%
B = 10.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#CFD42F (or 0xCFD42F) is known color: Bitter Lemon. HEX triplet: CF, D4 and 2F. RGB value is (207,212,47). Sum of RGB (Red+Green+Blue) = 207+212+47=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD42F is #302BD0. Grayscale: #C0C0C0. Windows color (decimal): -3156945 or 3134671. OLE color: 3134671.

HSL color Cylindrical-coordinate representation of color #CFD42F: hue angle of 61.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFD42F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 47 -
CMYK 0.02 0 0.78 0.17
HSL 61.82º 0.66% 0.51% -
HSV(B) 61.82º 0.78% 0.83% -
XYZ 49.79 60.56 11.75 -
YUV 191.7 46.34 138.92 -
System Red Green Blue C M Y K H S L
Decimal 207 212 47 0.02 0 0.78 0.17 61.82 0.66 0.51
Hex CF D4 2F 2 0 4E 11 3E 42 33
Octal 317 324 57 2 0 116 21 76 102 63
Binary 11001111 11010100 101111 10 0 1001110 10001 111110 1000010 110011

Color Harmonies of #CFD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD42F

Black with #CFD42F

Text Example


Text Example

White with #CFD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD42F; }

 p { color: rgb(207,212,47); }

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

background-color css

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

 a { background-color: rgb(207,212,47); }

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

border-color css

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

 span { border-color: rgb(207,212,47); }

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