Html Css Color HEX #CEDC34 Bitter Lemon

📋 copy color: '#CEDC34'

red 206 ◦ green 220 ◦ blue 52

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

Shades of Bitter Lemon #CEDC34

Tints of Bitter Lemon #CEDC34

RGB

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

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

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

R = 43.1%
G = 46.03%
B = 10.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#CEDC34 (or 0xCEDC34) is known color: Bitter Lemon. HEX triplet: CE, DC and 34. RGB value is (206,220,52). Sum of RGB (Red+Green+Blue) = 206+220+52=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC34 is #3123CB. Grayscale: #C5C5C5. Windows color (decimal): -3220428 or 3464398. OLE color: 3464398.

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

Color convert

RGB 206 220 52 -
CMYK 0.06 0 0.76 0.14
HSL 65º 0.71% 0.53% -
HSV(B) 65º 0.76% 0.86% -
XYZ 51.67 64.56 12.99 -
YUV 196.66 46.36 134.66 -
System Red Green Blue C M Y K H S L
Decimal 206 220 52 0.06 0 0.76 0.14 65 0.71 0.53
Hex CE DC 34 6 0 4C E 41 47 35
Octal 316 334 64 6 0 114 16 101 107 65
Binary 11001110 11011100 110100 110 0 1001100 1110 1000001 1000111 110101

Color Harmonies of #CEDC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC34

Black with #CEDC34

Text Example


Text Example

White with #CEDC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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