Html Css Color HEX #CFD820 Bitter Lemon

📋 copy color: '#CFD820'

red 207 ◦ green 216 ◦ blue 32

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

Shades of Bitter Lemon #CFD820

Tints of Bitter Lemon #CFD820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.47%

 BLUE value IS 32 (12.89% from 255) = 7.03%

R = 45.49%
G = 47.47%
B = 7.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#CFD820 (or 0xCFD820) is known color: Bitter Lemon. HEX triplet: CF, D8 and 20. RGB value is (207,216,32). Sum of RGB (Red+Green+Blue) = 207+216+32=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 32 (12.89% from 255 or 7.03% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD820 is #3027DF. Grayscale: #C1C1C1. Windows color (decimal): -3155936 or 2152655. OLE color: 2152655.

HSL color Cylindrical-coordinate representation of color #CFD820: hue angle of 62.93º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFD820 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 216 32 -
CMYK 0.04 0 0.85 0.15
HSL 62.93º 0.74% 0.49% -
HSV(B) 62.93º 0.85% 0.85% -
XYZ 50.55 62.48 10.76 -
YUV 192.33 37.52 138.46 -
System Red Green Blue C M Y K H S L
Decimal 207 216 32 0.04 0 0.85 0.15 62.93 0.74 0.49
Hex CF D8 20 4 0 55 F 3F 4A 31
Octal 317 330 40 4 0 125 17 77 112 61
Binary 11001111 11011000 100000 100 0 1010101 1111 111111 1001010 110001

Color Harmonies of #CFD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD820

Black with #CFD820

Text Example


Text Example

White with #CFD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD820; }

 p { color: rgb(207,216,32); }

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

background-color css

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

 a { background-color: rgb(207,216,32); }

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

border-color css

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

 span { border-color: rgb(207,216,32); }

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