Html Css Color HEX #CFD228 Bitter Lemon

📋 copy color: '#CFD228'

red 207 ◦ green 210 ◦ blue 40

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

Shades of Bitter Lemon #CFD228

Tints of Bitter Lemon #CFD228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.95%

 BLUE value IS 40 (16.02% from 255) = 8.75%

R = 45.3%
G = 45.95%
B = 8.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#CFD228 (or 0xCFD228) is known color: Bitter Lemon. HEX triplet: CF, D2 and 28. RGB value is (207,210,40). Sum of RGB (Red+Green+Blue) = 207+210+40=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD228 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD228 is #302DD7. Grayscale: #BEBEBE. Windows color (decimal): -3157464 or 2675407. OLE color: 2675407.

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

Color convert

RGB 207 210 40 -
CMYK 0.01 0 0.81 0.18
HSL 61.06º 0.68% 0.49% -
HSV(B) 61.06º 0.81% 0.82% -
XYZ 49.16 59.51 10.9 -
YUV 189.72 43.51 140.32 -
System Red Green Blue C M Y K H S L
Decimal 207 210 40 0.01 0 0.81 0.18 61.06 0.68 0.49
Hex CF D2 28 1 0 51 12 3D 44 31
Octal 317 322 50 1 0 121 22 75 104 61
Binary 11001111 11010010 101000 1 0 1010001 10010 111101 1000100 110001

Color Harmonies of #CFD228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD228

Black with #CFD228

Text Example


Text Example

White with #CFD228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD228; }

 p { color: rgb(207,210,40); }

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

background-color css

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

 a { background-color: rgb(207,210,40); }

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

border-color css

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

 span { border-color: rgb(207,210,40); }

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