Html Css Color HEX #DEE950 Manz

📋 copy color: '#DEE950'

red 222 ◦ green 233 ◦ blue 80

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

Shades of Manz #DEE950

Tints of Manz #DEE950

RGB

 RED value IS 222 (87.11% from 255) = 41.5%

 GREEN value IS 233 (91.41% from 255) = 43.55%

 BLUE value IS 80 (31.64% from 255) = 14.95%

R = 41.5%
G = 43.55%
B = 14.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#DEE950 (or 0xDEE950) is known color: Manz. HEX triplet: DE, E9 and 50. RGB value is (222,233,80). Sum of RGB (Red+Green+Blue) = 222+233+80=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE950 is #2116AF. Grayscale: #D4D4D4. Windows color (decimal): -2168496 or 5302750. OLE color: 5302750.

HSL color Cylindrical-coordinate representation of color #DEE950: hue angle of 64.31º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEE950 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 80 -
CMYK 0.05 0 0.66 0.09
HSL 64.31º 0.78% 0.61% -
HSV(B) 64.31º 0.66% 0.91% -
XYZ 60.71 74.39 18.75 -
YUV 212.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 222 233 80 0.05 0 0.66 0.09 64.31 0.78 0.61
Hex DE E9 50 5 0 42 9 40 4E 3D
Octal 336 351 120 5 0 102 11 100 116 75
Binary 11011110 11101001 1010000 101 0 1000010 1001 1000000 1001110 111101

Color Harmonies of #DEE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE950

Black with #DEE950

Text Example


Text Example

White with #DEE950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE950; }

 p { color: rgb(222,233,80); }

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

background-color css

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

 a { background-color: rgb(222,233,80); }

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

border-color css

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

 span { border-color: rgb(222,233,80); }

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