Html Css Color HEX #CED532 Bitter Lemon

📋 copy color: '#CED532'

red 206 ◦ green 213 ◦ blue 50

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

Shades of Bitter Lemon #CED532

Tints of Bitter Lemon #CED532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.42%

 BLUE value IS 50 (19.92% from 255) = 10.66%

R = 43.92%
G = 45.42%
B = 10.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CED532 (or 0xCED532) is known color: Bitter Lemon. HEX triplet: CE, D5 and 32. RGB value is (206,213,50). Sum of RGB (Red+Green+Blue) = 206+213+50=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #CED532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED532 is #312ACD. Grayscale: #C0C0C0. Windows color (decimal): -3222222 or 3331534. OLE color: 3331534.

HSL color Cylindrical-coordinate representation of color #CED532: hue angle of 62.58º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CED532 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 50 -
CMYK 0.03 0 0.77 0.16
HSL 62.58º 0.66% 0.52% -
HSV(B) 62.58º 0.77% 0.84% -
XYZ 49.82 60.94 12.15 -
YUV 192.33 47.68 137.75 -
System Red Green Blue C M Y K H S L
Decimal 206 213 50 0.03 0 0.77 0.16 62.58 0.66 0.52
Hex CE D5 32 3 0 4D 10 3F 42 34
Octal 316 325 62 3 0 115 20 77 102 64
Binary 11001110 11010101 110010 11 0 1001101 10000 111111 1000010 110100

Color Harmonies of #CED532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED532

Black with #CED532

Text Example


Text Example

White with #CED532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED532; }

 p { color: rgb(206,213,50); }

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

background-color css

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

 a { background-color: rgb(206,213,50); }

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

border-color css

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

 span { border-color: rgb(206,213,50); }

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