Html Css Color HEX #CFD424 Bitter Lemon

📋 copy color: '#CFD424'

red 207 ◦ green 212 ◦ blue 36

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

Shades of Bitter Lemon #CFD424

Tints of Bitter Lemon #CFD424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.91%

R = 45.49%
G = 46.59%
B = 7.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#CFD424 (or 0xCFD424) is known color: Bitter Lemon. HEX triplet: CF, D4 and 24. RGB value is (207,212,36). Sum of RGB (Red+Green+Blue) = 207+212+36=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD424 is #302BDB. Grayscale: #BFBFBF. Windows color (decimal): -3156956 or 2413775. OLE color: 2413775.

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

Color convert

RGB 207 212 36 -
CMYK 0.02 0 0.83 0.17
HSL 61.7º 0.71% 0.49% -
HSV(B) 61.7º 0.83% 0.83% -
XYZ 49.59 60.48 10.73 -
YUV 190.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 207 212 36 0.02 0 0.83 0.17 61.7 0.71 0.49
Hex CF D4 24 2 0 53 11 3E 47 31
Octal 317 324 44 2 0 123 21 76 107 61
Binary 11001111 11010100 100100 10 0 1010011 10001 111110 1000111 110001

Color Harmonies of #CFD424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD424

Black with #CFD424

Text Example


Text Example

White with #CFD424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD424; }

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

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

background-color css

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

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

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

border-color css

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

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

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