Html Css Color HEX #CED037 Bitter Lemon

📋 copy color: '#CED037'

red 206 ◦ green 208 ◦ blue 55

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

Shades of Bitter Lemon #CED037

Tints of Bitter Lemon #CED037

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.35%

 BLUE value IS 55 (21.88% from 255) = 11.73%

R = 43.92%
G = 44.35%
B = 11.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#CED037 (or 0xCED037) is known color: Bitter Lemon. HEX triplet: CE, D0 and 37. RGB value is (206,208,55). Sum of RGB (Red+Green+Blue) = 206+208+55=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #CED037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED037 is #312FC8. Grayscale: #BEBEBE. Windows color (decimal): -3223497 or 3657934. OLE color: 3657934.

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

Color convert

RGB 206 208 55 -
CMYK 0.01 0 0.74 0.18
HSL 60.78º 0.62% 0.52% -
HSV(B) 60.78º 0.74% 0.82% -
XYZ 48.7 58.51 12.34 -
YUV 189.96 51.84 139.44 -
System Red Green Blue C M Y K H S L
Decimal 206 208 55 0.01 0 0.74 0.18 60.78 0.62 0.52
Hex CE D0 37 1 0 4A 12 3D 3E 34
Octal 316 320 67 1 0 112 22 75 76 64
Binary 11001110 11010000 110111 1 0 1001010 10010 111101 111110 110100

Color Harmonies of #CED037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED037

Black with #CED037

Text Example


Text Example

White with #CED037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED037; }

 p { color: rgb(206,208,55); }

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

background-color css

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

 a { background-color: rgb(206,208,55); }

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

border-color css

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

 span { border-color: rgb(206,208,55); }

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