Html Css Color HEX #CED133 Bitter Lemon

📋 copy color: '#CED133'

red 206 ◦ green 209 ◦ blue 51

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

Shades of Bitter Lemon #CED133

Tints of Bitter Lemon #CED133

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.85%

 BLUE value IS 51 (20.31% from 255) = 10.94%

R = 44.21%
G = 44.85%
B = 10.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CED133 (or 0xCED133) is known color: Bitter Lemon. HEX triplet: CE, D1 and 33. RGB value is (206,209,51). Sum of RGB (Red+Green+Blue) = 206+209+51=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #CED133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED133 is #312ECC. Grayscale: #BEBEBE. Windows color (decimal): -3223245 or 3396046. OLE color: 3396046.

HSL color Cylindrical-coordinate representation of color #CED133: hue angle of 61.14º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED133 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 51 -
CMYK 0.01 0 0.76 0.18
HSL 61.14º 0.63% 0.51% -
HSV(B) 61.14º 0.76% 0.82% -
XYZ 48.85 58.96 11.94 -
YUV 190.09 49.51 139.35 -
System Red Green Blue C M Y K H S L
Decimal 206 209 51 0.01 0 0.76 0.18 61.14 0.63 0.51
Hex CE D1 33 1 0 4C 12 3D 3F 33
Octal 316 321 63 1 0 114 22 75 77 63
Binary 11001110 11010001 110011 1 0 1001100 10010 111101 111111 110011

Color Harmonies of #CED133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED133

Black with #CED133

Text Example


Text Example

White with #CED133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED133; }

 p { color: rgb(206,209,51); }

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

background-color css

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

 a { background-color: rgb(206,209,51); }

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

border-color css

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

 span { border-color: rgb(206,209,51); }

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