Html Css Color HEX #DEE04B Manz

📋 copy color: '#DEE04B'

red 222 ◦ green 224 ◦ blue 75

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

Shades of Manz #DEE04B

Tints of Manz #DEE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.99%

 BLUE value IS 75 (29.69% from 255) = 14.4%

R = 42.61%
G = 42.99%
B = 14.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#DEE04B (or 0xDEE04B) is known color: Manz. HEX triplet: DE, E0 and 4B. RGB value is (222,224,75). Sum of RGB (Red+Green+Blue) = 222+224+75=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 224 (87.89% from 255 or 42.99% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE04B is #211FB4. Grayscale: #CFCFCF. Windows color (decimal): -2170805 or 4972766. OLE color: 4972766.

HSL color Cylindrical-coordinate representation of color #DEE04B: hue angle of 60.81º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEE04B is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 75 -
CMYK 0.01 0 0.67 0.12
HSL 60.81º 0.71% 0.59% -
HSV(B) 60.81º 0.67% 0.88% -
XYZ 58.05 69.35 16.98 -
YUV 206.42 53.84 139.12 -
System Red Green Blue C M Y K H S L
Decimal 222 224 75 0.01 0 0.67 0.12 60.81 0.71 0.59
Hex DE E0 4B 1 0 43 C 3D 47 3B
Octal 336 340 113 1 0 103 14 75 107 73
Binary 11011110 11100000 1001011 1 0 1000011 1100 111101 1000111 111011

Color Harmonies of #DEE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE04B

Black with #DEE04B

Text Example


Text Example

White with #DEE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE04B; }

 p { color: rgb(222,224,75); }

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

background-color css

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

 a { background-color: rgb(222,224,75); }

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

border-color css

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

 span { border-color: rgb(222,224,75); }

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