Html Css Color HEX #CED921 Bitter Lemon

📋 copy color: '#CED921'

red 206 ◦ green 217 ◦ blue 33

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

Shades of Bitter Lemon #CED921

Tints of Bitter Lemon #CED921

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 33 (13.28% from 255) = 7.24%

R = 45.18%
G = 47.59%
B = 7.24%

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

#CED921 (or 0xCED921) is known color: Bitter Lemon. HEX triplet: CE, D9 and 21. RGB value is (206,217,33). Sum of RGB (Red+Green+Blue) = 206+217+33=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #CED921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED921 is #3126DE. Grayscale: #C1C1C1. Windows color (decimal): -3221215 or 2218446. OLE color: 2218446.

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

Color convert

RGB 206 217 33 -
CMYK 0.05 0 0.85 0.15
HSL 63.59º 0.74% 0.49% -
HSV(B) 63.59º 0.85% 0.85% -
XYZ 50.54 62.86 10.91 -
YUV 192.74 37.86 137.46 -
System Red Green Blue C M Y K H S L
Decimal 206 217 33 0.05 0 0.85 0.15 63.59 0.74 0.49
Hex CE D9 21 5 0 55 F 40 4A 31
Octal 316 331 41 5 0 125 17 100 112 61
Binary 11001110 11011001 100001 101 0 1010101 1111 1000000 1001010 110001

Color Harmonies of #CED921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED921

Black with #CED921

Text Example


Text Example

White with #CED921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED921; }

 p { color: rgb(206,217,33); }

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

background-color css

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

 a { background-color: rgb(206,217,33); }

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

border-color css

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

 span { border-color: rgb(206,217,33); }

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