Html Css Color HEX #CED22D Bitter Lemon

📋 copy color: '#CED22D'

red 206 ◦ green 210 ◦ blue 45

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

Shades of Bitter Lemon #CED22D

Tints of Bitter Lemon #CED22D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.76%

R = 44.69%
G = 45.55%
B = 9.76%

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

#CED22D (or 0xCED22D) is known color: Bitter Lemon. HEX triplet: CE, D2 and 2D. RGB value is (206,210,45). Sum of RGB (Red+Green+Blue) = 206+210+45=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #CED22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED22D is #312DD2. Grayscale: #BEBEBE. Windows color (decimal): -3222995 or 3003086. OLE color: 3003086.

HSL color Cylindrical-coordinate representation of color #CED22D: 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 #CED22D is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 45 -
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.97 59.4 11.37 -
YUV 189.99 46.17 139.42 -
System Red Green Blue C M Y K H S L
Decimal 206 210 45 0.02 0 0.79 0.18 61.45 0.65 0.5
Hex CE D2 2D 2 0 4F 12 3D 41 32
Octal 316 322 55 2 0 117 22 75 101 62
Binary 11001110 11010010 101101 10 0 1001111 10010 111101 1000001 110010

Color Harmonies of #CED22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED22D

Black with #CED22D

Text Example


Text Example

White with #CED22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED22D; }

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

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

background-color css

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

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

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

border-color css

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

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

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