Html Css Color HEX #CEDC31 Bitter Lemon

📋 copy color: '#CEDC31'

red 206 ◦ green 220 ◦ blue 49

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

Shades of Bitter Lemon #CEDC31

Tints of Bitter Lemon #CEDC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.32%

R = 43.37%
G = 46.32%
B = 10.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#CEDC31 (or 0xCEDC31) is known color: Bitter Lemon. HEX triplet: CE, DC and 31. RGB value is (206,220,49). Sum of RGB (Red+Green+Blue) = 206+220+49=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC31 is #3123CE. Grayscale: #C4C4C4. Windows color (decimal): -3220431 or 3267790. OLE color: 3267790.

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

Color convert

RGB 206 220 49 -
CMYK 0.06 0 0.78 0.14
HSL 64.91º 0.71% 0.53% -
HSV(B) 64.91º 0.78% 0.86% -
XYZ 51.6 64.53 12.64 -
YUV 196.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 206 220 49 0.06 0 0.78 0.14 64.91 0.71 0.53
Hex CE DC 31 6 0 4E E 41 47 35
Octal 316 334 61 6 0 116 16 101 107 65
Binary 11001110 11011100 110001 110 0 1001110 1110 1000001 1000111 110101

Color Harmonies of #CEDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC31

Black with #CEDC31

Text Example


Text Example

White with #CEDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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