Html Css Color HEX #CED227 Bitter Lemon

📋 copy color: '#CED227'

red 206 ◦ green 210 ◦ blue 39

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

Shades of Bitter Lemon #CED227

Tints of Bitter Lemon #CED227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.57%

R = 45.27%
G = 46.15%
B = 8.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#CED227 (or 0xCED227) is known color: Bitter Lemon. HEX triplet: CE, D2 and 27. RGB value is (206,210,39). Sum of RGB (Red+Green+Blue) = 206+210+39=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #CED227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED227 is #312DD8. Grayscale: #BDBDBD. Windows color (decimal): -3223001 or 2609870. OLE color: 2609870.

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

Color convert

RGB 206 210 39 -
CMYK 0.02 0 0.81 0.18
HSL 61.4º 0.69% 0.49% -
HSV(B) 61.4º 0.81% 0.82% -
XYZ 48.87 59.36 10.8 -
YUV 189.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 206 210 39 0.02 0 0.81 0.18 61.4 0.69 0.49
Hex CE D2 27 2 0 51 12 3D 45 31
Octal 316 322 47 2 0 121 22 75 105 61
Binary 11001110 11010010 100111 10 0 1010001 10010 111101 1000101 110001

Color Harmonies of #CED227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED227

Black with #CED227

Text Example


Text Example

White with #CED227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED227; }

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

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

background-color css

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

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

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

border-color css

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

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

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