Html Css Color HEX #CED732 Bitter Lemon

📋 copy color: '#CED732'

red 206 ◦ green 215 ◦ blue 50

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

Shades of Bitter Lemon #CED732

Tints of Bitter Lemon #CED732

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.65%

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

R = 43.74%
G = 45.65%
B = 10.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CED732 (or 0xCED732) is known color: Bitter Lemon. HEX triplet: CE, D7 and 32. RGB value is (206,215,50). Sum of RGB (Red+Green+Blue) = 206+215+50=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 215 - color contains mainly: green. Hex color #CED732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED732 is #3128CD. Grayscale: #C2C2C2. Windows color (decimal): -3221710 or 3332046. OLE color: 3332046.

HSL color Cylindrical-coordinate representation of color #CED732: hue angle of 63.27º degrees, saturation: 0.67, 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 #CED732 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 50 -
CMYK 0.04 0 0.77 0.16
HSL 63.27º 0.67% 0.52% -
HSV(B) 63.27º 0.77% 0.84% -
XYZ 50.33 61.95 12.32 -
YUV 193.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 206 215 50 0.04 0 0.77 0.16 63.27 0.67 0.52
Hex CE D7 32 4 0 4D 10 3F 43 34
Octal 316 327 62 4 0 115 20 77 103 64
Binary 11001110 11010111 110010 100 0 1001101 10000 111111 1000011 110100

Color Harmonies of #CED732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED732

Black with #CED732

Text Example


Text Example

White with #CED732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED732; }

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

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

background-color css

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

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

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

border-color css

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

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

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