Html Css Color HEX #CED332 Bitter Lemon

📋 copy color: '#CED332'

red 206 ◦ green 211 ◦ blue 50

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

Shades of Bitter Lemon #CED332

Tints of Bitter Lemon #CED332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

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

R = 44.11%
G = 45.18%
B = 10.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#CED332 (or 0xCED332) is known color: Bitter Lemon. HEX triplet: CE, D3 and 32. RGB value is (206,211,50). Sum of RGB (Red+Green+Blue) = 206+211+50=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #CED332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED332 is #312CCD. Grayscale: #BFBFBF. Windows color (decimal): -3222734 or 3331022. OLE color: 3331022.

HSL color Cylindrical-coordinate representation of color #CED332: hue angle of 61.86º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CED332 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 50 -
CMYK 0.02 0 0.76 0.17
HSL 61.86º 0.65% 0.51% -
HSV(B) 61.86º 0.76% 0.83% -
XYZ 49.32 59.94 11.99 -
YUV 191.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 206 211 50 0.02 0 0.76 0.17 61.86 0.65 0.51
Hex CE D3 32 2 0 4C 11 3E 41 33
Octal 316 323 62 2 0 114 21 76 101 63
Binary 11001110 11010011 110010 10 0 1001100 10001 111110 1000001 110011

Color Harmonies of #CED332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED332

Black with #CED332

Text Example


Text Example

White with #CED332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED332; }

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

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

background-color css

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

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

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

border-color css

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

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

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