Html Css Color HEX #CED820 Bitter Lemon

📋 copy color: '#CED820'

red 206 ◦ green 216 ◦ blue 32

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

Shades of Bitter Lemon #CED820

Tints of Bitter Lemon #CED820

RGB

 RED value IS 206 (80.86% from 255) = 45.37%

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

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

R = 45.37%
G = 47.58%
B = 7.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#CED820 (or 0xCED820) is known color: Bitter Lemon. HEX triplet: CE, D8 and 20. RGB value is (206,216,32). Sum of RGB (Red+Green+Blue) = 206+216+32=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #CED820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED820 is #3127DF. Grayscale: #C0C0C0. Windows color (decimal): -3221472 or 2152654. OLE color: 2152654.

HSL color Cylindrical-coordinate representation of color #CED820: hue angle of 63.26º 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 #CED820 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 32 -
CMYK 0.05 0 0.85 0.15
HSL 63.26º 0.74% 0.49% -
HSV(B) 63.26º 0.85% 0.85% -
XYZ 50.27 62.34 10.75 -
YUV 192.03 37.69 137.96 -
System Red Green Blue C M Y K H S L
Decimal 206 216 32 0.05 0 0.85 0.15 63.26 0.74 0.49
Hex CE D8 20 5 0 55 F 3F 4A 31
Octal 316 330 40 5 0 125 17 77 112 61
Binary 11001110 11011000 100000 101 0 1010101 1111 111111 1001010 110001

Color Harmonies of #CED820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED820

Black with #CED820

Text Example


Text Example

White with #CED820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED820; }

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

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

background-color css

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

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

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

border-color css

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

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

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