Html Css Color HEX #CEDC27 Bitter Lemon

📋 copy color: '#CEDC27'

red 206 ◦ green 220 ◦ blue 39

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

Shades of Bitter Lemon #CEDC27

Tints of Bitter Lemon #CEDC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.39%

R = 44.3%
G = 47.31%
B = 8.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#CEDC27 (or 0xCEDC27) is known color: Bitter Lemon. HEX triplet: CE, DC and 27. RGB value is (206,220,39). Sum of RGB (Red+Green+Blue) = 206+220+39=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC27 is #3123D8. Grayscale: #C3C3C3. Windows color (decimal): -3220441 or 2612430. OLE color: 2612430.

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

Color convert

RGB 206 220 39 -
CMYK 0.06 0 0.82 0.14
HSL 64.64º 0.72% 0.51% -
HSV(B) 64.64º 0.82% 0.86% -
XYZ 51.41 64.45 11.65 -
YUV 195.18 39.86 135.72 -
System Red Green Blue C M Y K H S L
Decimal 206 220 39 0.06 0 0.82 0.14 64.64 0.72 0.51
Hex CE DC 27 6 0 52 E 41 48 33
Octal 316 334 47 6 0 122 16 101 110 63
Binary 11001110 11011100 100111 110 0 1010010 1110 1000001 1001000 110011

Color Harmonies of #CEDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC27

Black with #CEDC27

Text Example


Text Example

White with #CEDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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