Html Css Color HEX #CED12E Bitter Lemon

📋 copy color: '#CED12E'

red 206 ◦ green 209 ◦ blue 46

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

Shades of Bitter Lemon #CED12E

Tints of Bitter Lemon #CED12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.98%

R = 44.69%
G = 45.34%
B = 9.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#CED12E (or 0xCED12E) is known color: Bitter Lemon. HEX triplet: CE, D1 and 2E. RGB value is (206,209,46). Sum of RGB (Red+Green+Blue) = 206+209+46=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #CED12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED12E is #312ED1. Grayscale: #BEBEBE. Windows color (decimal): -3223250 or 3068366. OLE color: 3068366.

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

Color convert

RGB 206 209 46 -
CMYK 0.01 0 0.78 0.18
HSL 61.1º 0.64% 0.5% -
HSV(B) 61.1º 0.78% 0.82% -
XYZ 48.75 58.92 11.39 -
YUV 189.52 47.01 139.75 -
System Red Green Blue C M Y K H S L
Decimal 206 209 46 0.01 0 0.78 0.18 61.1 0.64 0.5
Hex CE D1 2E 1 0 4E 12 3D 40 32
Octal 316 321 56 1 0 116 22 75 100 62
Binary 11001110 11010001 101110 1 0 1001110 10010 111101 1000000 110010

Color Harmonies of #CED12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED12E

Black with #CED12E

Text Example


Text Example

White with #CED12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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