Html Css Color HEX #CED12F Bitter Lemon

📋 copy color: '#CED12F'

red 206 ◦ green 209 ◦ blue 47

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

Shades of Bitter Lemon #CED12F

Tints of Bitter Lemon #CED12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.17%

R = 44.59%
G = 45.24%
B = 10.17%

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

#CED12F (or 0xCED12F) is known color: Bitter Lemon. HEX triplet: CE, D1 and 2F. RGB value is (206,209,47). Sum of RGB (Red+Green+Blue) = 206+209+47=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #CED12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED12F is #312ED0. Grayscale: #BEBEBE. Windows color (decimal): -3223249 or 3133902. OLE color: 3133902.

HSL color Cylindrical-coordinate representation of color #CED12F: hue angle of 61.11º 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 #CED12F is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 47 -
CMYK 0.01 0 0.78 0.18
HSL 61.11º 0.64% 0.5% -
HSV(B) 61.11º 0.78% 0.82% -
XYZ 48.77 58.93 11.49 -
YUV 189.64 47.51 139.67 -
System Red Green Blue C M Y K H S L
Decimal 206 209 47 0.01 0 0.78 0.18 61.11 0.64 0.5
Hex CE D1 2F 1 0 4E 12 3D 40 32
Octal 316 321 57 1 0 116 22 75 100 62
Binary 11001110 11010001 101111 1 0 1001110 10010 111101 1000000 110010

Color Harmonies of #CED12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED12F

Black with #CED12F

Text Example


Text Example

White with #CED12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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