Html Css Color HEX #CEDB34 Bitter Lemon

📋 copy color: '#CEDB34'

red 206 ◦ green 219 ◦ blue 52

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

Shades of Bitter Lemon #CEDB34

Tints of Bitter Lemon #CEDB34

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.91%

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

R = 43.19%
G = 45.91%
B = 10.9%

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

#CEDB34 (or 0xCEDB34) is known color: Bitter Lemon. HEX triplet: CE, DB and 34. RGB value is (206,219,52). Sum of RGB (Red+Green+Blue) = 206+219+52=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB34 is #3124CB. Grayscale: #C4C4C4. Windows color (decimal): -3220684 or 3464142. OLE color: 3464142.

HSL color Cylindrical-coordinate representation of color #CEDB34: hue angle of 64.67º degrees, saturation: 0.7, 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 #CEDB34 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 52 -
CMYK 0.06 0 0.76 0.14
HSL 64.67º 0.7% 0.53% -
HSV(B) 64.67º 0.76% 0.86% -
XYZ 51.4 64.03 12.9 -
YUV 196.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 206 219 52 0.06 0 0.76 0.14 64.67 0.7 0.53
Hex CE DB 34 6 0 4C E 41 46 35
Octal 316 333 64 6 0 114 16 101 106 65
Binary 11001110 11011011 110100 110 0 1001100 1110 1000001 1000110 110101

Color Harmonies of #CEDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB34

Black with #CEDB34

Text Example


Text Example

White with #CEDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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