Html Css Color HEX #CEDD34 Bitter Lemon

📋 copy color: '#CEDD34'

red 206 ◦ green 221 ◦ blue 52

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

Shades of Bitter Lemon #CEDD34

Tints of Bitter Lemon #CEDD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.86%

R = 43.01%
G = 46.14%
B = 10.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#CEDD34 (or 0xCEDD34) is known color: Bitter Lemon. HEX triplet: CE, DD and 34. RGB value is (206,221,52). Sum of RGB (Red+Green+Blue) = 206+221+52=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD34 is #3122CB. Grayscale: #C5C5C5. Windows color (decimal): -3220172 or 3464654. OLE color: 3464654.

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

Color convert

RGB 206 221 52 -
CMYK 0.07 0 0.76 0.13
HSL 65.33º 0.71% 0.54% -
HSV(B) 65.33º 0.76% 0.87% -
XYZ 51.93 65.08 13.07 -
YUV 197.25 46.03 134.24 -
System Red Green Blue C M Y K H S L
Decimal 206 221 52 0.07 0 0.76 0.13 65.33 0.71 0.54
Hex CE DD 34 7 0 4C D 41 47 36
Octal 316 335 64 7 0 114 15 101 107 66
Binary 11001110 11011101 110100 111 0 1001100 1101 1000001 1000111 110110

Color Harmonies of #CEDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD34

Black with #CEDD34

Text Example


Text Example

White with #CEDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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