Html Css Color HEX #CED621 Bitter Lemon

📋 copy color: '#CED621'

red 206 ◦ green 214 ◦ blue 33

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

Shades of Bitter Lemon #CED621

Tints of Bitter Lemon #CED621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

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

R = 45.47%
G = 47.24%
B = 7.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#CED621 (or 0xCED621) is known color: Bitter Lemon. HEX triplet: CE, D6 and 21. RGB value is (206,214,33). Sum of RGB (Red+Green+Blue) = 206+214+33=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #CED621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED621 is #3129DE. Grayscale: #BFBFBF. Windows color (decimal): -3221983 or 2217678. OLE color: 2217678.

HSL color Cylindrical-coordinate representation of color #CED621: hue angle of 62.65º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CED621 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 33 -
CMYK 0.04 0 0.85 0.16
HSL 62.65º 0.73% 0.48% -
HSV(B) 62.65º 0.85% 0.84% -
XYZ 49.77 61.32 10.65 -
YUV 190.97 38.85 138.72 -
System Red Green Blue C M Y K H S L
Decimal 206 214 33 0.04 0 0.85 0.16 62.65 0.73 0.48
Hex CE D6 21 4 0 55 10 3F 49 30
Octal 316 326 41 4 0 125 20 77 111 60
Binary 11001110 11010110 100001 100 0 1010101 10000 111111 1001001 110000

Color Harmonies of #CED621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED621

Black with #CED621

Text Example


Text Example

White with #CED621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED621; }

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

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

background-color css

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

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

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

border-color css

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

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

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