Html Css Color HEX #CEDC37 Bitter Lemon

📋 copy color: '#CEDC37'

red 206 ◦ green 220 ◦ blue 55

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

Shades of Bitter Lemon #CEDC37

Tints of Bitter Lemon #CEDC37

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.74%

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

R = 42.83%
G = 45.74%
B = 11.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CEDC37 (or 0xCEDC37) is known color: Bitter Lemon. HEX triplet: CE, DC and 37. RGB value is (206,220,55). Sum of RGB (Red+Green+Blue) = 206+220+55=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 55 (21.88% from 255 or 11.43% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC37 is #3123C8. Grayscale: #C5C5C5. Windows color (decimal): -3220425 or 3661006. OLE color: 3661006.

HSL color Cylindrical-coordinate representation of color #CEDC37: hue angle of 65.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEDC37 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 55 -
CMYK 0.06 0 0.75 0.14
HSL 65.09º 0.7% 0.54% -
HSV(B) 65.09º 0.75% 0.86% -
XYZ 51.74 64.58 13.35 -
YUV 197 47.86 134.42 -
System Red Green Blue C M Y K H S L
Decimal 206 220 55 0.06 0 0.75 0.14 65.09 0.7 0.54
Hex CE DC 37 6 0 4B E 41 46 36
Octal 316 334 67 6 0 113 16 101 106 66
Binary 11001110 11011100 110111 110 0 1001011 1110 1000001 1000110 110110

Color Harmonies of #CEDC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC37

Black with #CEDC37

Text Example


Text Example

White with #CEDC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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