Html Css Color HEX #CED22C Bitter Lemon

📋 copy color: '#CED22C'

red 206 ◦ green 210 ◦ blue 44

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

Shades of Bitter Lemon #CED22C

Tints of Bitter Lemon #CED22C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.65%

 BLUE value IS 44 (17.58% from 255) = 9.57%

R = 44.78%
G = 45.65%
B = 9.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#CED22C (or 0xCED22C) is known color: Bitter Lemon. HEX triplet: CE, D2 and 2C. RGB value is (206,210,44). Sum of RGB (Red+Green+Blue) = 206+210+44=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 44 (17.58% from 255 or 9.57% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #CED22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED22C is #312DD3. Grayscale: #BEBEBE. Windows color (decimal): -3222996 or 2937550. OLE color: 2937550.

HSL color Cylindrical-coordinate representation of color #CED22C: hue angle of 61.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CED22C is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 44 -
CMYK 0.02 0 0.79 0.18
HSL 61.45º 0.65% 0.5% -
HSV(B) 61.45º 0.79% 0.82% -
XYZ 48.95 59.4 11.27 -
YUV 189.88 45.67 139.5 -
System Red Green Blue C M Y K H S L
Decimal 206 210 44 0.02 0 0.79 0.18 61.45 0.65 0.5
Hex CE D2 2C 2 0 4F 12 3D 41 32
Octal 316 322 54 2 0 117 22 75 101 62
Binary 11001110 11010010 101100 10 0 1001111 10010 111101 1000001 110010

Color Harmonies of #CED22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED22C

Black with #CED22C

Text Example


Text Example

White with #CED22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED22C; }

 p { color: rgb(206,210,44); }

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

background-color css

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

 a { background-color: rgb(206,210,44); }

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

border-color css

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

 span { border-color: rgb(206,210,44); }

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