Html Css Color HEX #CEDD33 Bitter Lemon

📋 copy color: '#CEDD33'

red 206 ◦ green 221 ◦ blue 51

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

Shades of Bitter Lemon #CEDD33

Tints of Bitter Lemon #CEDD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.23%

 BLUE value IS 51 (20.31% from 255) = 10.67%

R = 43.1%
G = 46.23%
B = 10.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#CEDD33 (or 0xCEDD33) is known color: Bitter Lemon. HEX triplet: CE, DD and 33. RGB value is (206,221,51). Sum of RGB (Red+Green+Blue) = 206+221+51=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 51 (20.31% from 255 or 10.67% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD33 is #3122CC. Grayscale: #C5C5C5. Windows color (decimal): -3220173 or 3399118. OLE color: 3399118.

HSL color Cylindrical-coordinate representation of color #CEDD33: hue angle of 65.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEDD33 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 51 -
CMYK 0.07 0 0.77 0.13
HSL 65.29º 0.71% 0.53% -
HSV(B) 65.29º 0.77% 0.87% -
XYZ 51.91 65.07 12.96 -
YUV 197.14 45.53 134.32 -
System Red Green Blue C M Y K H S L
Decimal 206 221 51 0.07 0 0.77 0.13 65.29 0.71 0.53
Hex CE DD 33 7 0 4D D 41 47 35
Octal 316 335 63 7 0 115 15 101 107 65
Binary 11001110 11011101 110011 111 0 1001101 1101 1000001 1000111 110101

Color Harmonies of #CEDD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD33

Black with #CEDD33

Text Example


Text Example

White with #CEDD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD33; }

 p { color: rgb(206,221,51); }

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

background-color css

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

 a { background-color: rgb(206,221,51); }

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

border-color css

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

 span { border-color: rgb(206,221,51); }

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