Html Css Color HEX #CFD428 Bitter Lemon

📋 copy color: '#CFD428'

red 207 ◦ green 212 ◦ blue 40

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

Shades of Bitter Lemon #CFD428

Tints of Bitter Lemon #CFD428

RGB

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

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

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

R = 45.1%
G = 46.19%
B = 8.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CFD428 (or 0xCFD428) is known color: Bitter Lemon. HEX triplet: CF, D4 and 28. RGB value is (207,212,40). Sum of RGB (Red+Green+Blue) = 207+212+40=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD428 is #302BD7. Grayscale: #BFBFBF. Windows color (decimal): -3156952 or 2675919. OLE color: 2675919.

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

Color convert

RGB 207 212 40 -
CMYK 0.02 0 0.81 0.17
HSL 61.74º 0.68% 0.49% -
HSV(B) 61.74º 0.81% 0.83% -
XYZ 49.66 60.51 11.07 -
YUV 190.9 42.84 139.49 -
System Red Green Blue C M Y K H S L
Decimal 207 212 40 0.02 0 0.81 0.17 61.74 0.68 0.49
Hex CF D4 28 2 0 51 11 3E 44 31
Octal 317 324 50 2 0 121 21 76 104 61
Binary 11001111 11010100 101000 10 0 1010001 10001 111110 1000100 110001

Color Harmonies of #CFD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD428

Black with #CFD428

Text Example


Text Example

White with #CFD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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