Html Css Color HEX #CED821 Bitter Lemon

📋 copy color: '#CED821'

red 206 ◦ green 216 ◦ blue 33

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

Shades of Bitter Lemon #CED821

Tints of Bitter Lemon #CED821

RGB

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

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

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

R = 45.27%
G = 47.47%
B = 7.25%

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

#CED821 (or 0xCED821) is known color: Bitter Lemon. HEX triplet: CE, D8 and 21. RGB value is (206,216,33). Sum of RGB (Red+Green+Blue) = 206+216+33=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 33 (13.28% from 255 or 7.25% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #CED821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED821 is #3127DE. Grayscale: #C0C0C0. Windows color (decimal): -3221471 or 2218190. OLE color: 2218190.

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

Color convert

RGB 206 216 33 -
CMYK 0.05 0 0.85 0.15
HSL 63.28º 0.73% 0.49% -
HSV(B) 63.28º 0.85% 0.85% -
XYZ 50.28 62.34 10.82 -
YUV 192.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 206 216 33 0.05 0 0.85 0.15 63.28 0.73 0.49
Hex CE D8 21 5 0 55 F 3F 49 31
Octal 316 330 41 5 0 125 17 77 111 61
Binary 11001110 11011000 100001 101 0 1010101 1111 111111 1001001 110001

Color Harmonies of #CED821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED821

Black with #CED821

Text Example


Text Example

White with #CED821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED821; }

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

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

background-color css

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

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

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

border-color css

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

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

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