Html Css Color HEX #CEDC36 Bitter Lemon

📋 copy color: '#CEDC36'

red 206 ◦ green 220 ◦ blue 54

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

Shades of Bitter Lemon #CEDC36

Tints of Bitter Lemon #CEDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.25%

R = 42.92%
G = 45.83%
B = 11.25%

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

#CEDC36 (or 0xCEDC36) is known color: Bitter Lemon. HEX triplet: CE, DC and 36. RGB value is (206,220,54). Sum of RGB (Red+Green+Blue) = 206+220+54=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 54 (21.48% from 255 or 11.25% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC36 is #3123C9. Grayscale: #C5C5C5. Windows color (decimal): -3220426 or 3595470. OLE color: 3595470.

HSL color Cylindrical-coordinate representation of color #CEDC36: hue angle of 65.06º 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 #CEDC36 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 54 -
CMYK 0.06 0 0.75 0.14
HSL 65.06º 0.7% 0.54% -
HSV(B) 65.06º 0.75% 0.86% -
XYZ 51.71 64.57 13.23 -
YUV 196.89 47.36 134.5 -
System Red Green Blue C M Y K H S L
Decimal 206 220 54 0.06 0 0.75 0.14 65.06 0.7 0.54
Hex CE DC 36 6 0 4B E 41 46 36
Octal 316 334 66 6 0 113 16 101 106 66
Binary 11001110 11011100 110110 110 0 1001011 1110 1000001 1000110 110110

Color Harmonies of #CEDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC36

Black with #CEDC36

Text Example


Text Example

White with #CEDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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