Html Css Color HEX #CFD52F Bitter Lemon

📋 copy color: '#CFD52F'

red 207 ◦ green 213 ◦ blue 47

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

Shades of Bitter Lemon #CFD52F

Tints of Bitter Lemon #CFD52F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.61%

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

R = 44.33%
G = 45.61%
B = 10.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CFD52F (or 0xCFD52F) is known color: Bitter Lemon. HEX triplet: CF, D5 and 2F. RGB value is (207,213,47). Sum of RGB (Red+Green+Blue) = 207+213+47=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD52F is #302AD0. Grayscale: #C0C0C0. Windows color (decimal): -3156689 or 3134927. OLE color: 3134927.

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

Color convert

RGB 207 213 47 -
CMYK 0.03 0 0.78 0.16
HSL 62.17º 0.66% 0.51% -
HSV(B) 62.17º 0.78% 0.84% -
XYZ 50.04 61.06 11.84 -
YUV 192.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 207 213 47 0.03 0 0.78 0.16 62.17 0.66 0.51
Hex CF D5 2F 3 0 4E 10 3E 42 33
Octal 317 325 57 3 0 116 20 76 102 63
Binary 11001111 11010101 101111 11 0 1001110 10000 111110 1000010 110011

Color Harmonies of #CFD52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD52F

Black with #CFD52F

Text Example


Text Example

White with #CFD52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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