Html Css Color HEX #CEDB20 Bitter Lemon

📋 copy color: '#CEDB20'

red 206 ◦ green 219 ◦ blue 32

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

Shades of Bitter Lemon #CEDB20

Tints of Bitter Lemon #CEDB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

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

R = 45.08%
G = 47.92%
B = 7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#CEDB20 (or 0xCEDB20) is known color: Bitter Lemon. HEX triplet: CE, DB and 20. RGB value is (206,219,32). Sum of RGB (Red+Green+Blue) = 206+219+32=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB20 is #3124DF. Grayscale: #C2C2C2. Windows color (decimal): -3220704 or 2153422. OLE color: 2153422.

HSL color Cylindrical-coordinate representation of color #CEDB20: hue angle of 64.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEDB20 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 32 -
CMYK 0.06 0 0.85 0.14
HSL 64.17º 0.75% 0.49% -
HSV(B) 64.17º 0.85% 0.86% -
XYZ 51.05 63.89 11.01 -
YUV 193.8 36.69 136.71 -
System Red Green Blue C M Y K H S L
Decimal 206 219 32 0.06 0 0.85 0.14 64.17 0.75 0.49
Hex CE DB 20 6 0 55 E 40 4B 31
Octal 316 333 40 6 0 125 16 100 113 61
Binary 11001110 11011011 100000 110 0 1010101 1110 1000000 1001011 110001

Color Harmonies of #CEDB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB20

Black with #CEDB20

Text Example


Text Example

White with #CEDB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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