#deef75

Color #DEEF75 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DEEF75

Tints of Mindaro #DEEF75

Color information

#DEEF75 (or 0xDEEF75) is unknown color: approx Mindaro. HEX triplet: DE, EF and 75. RGB value is (222,239,117). Sum of RGB (Red+Green+Blue) = 222+239+117=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF75 is #21108A. Grayscale: #DCDCDC. Windows color (decimal): -2166923 or 7729118. OLE color: 7729118.

HSL color Cylindrical-coordinate representation of color #DEEF75: hue angle of 68.36º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEEF75 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB222239117-
CMYK0.0700.510.06
HSL68.36º79.22%69.8%-
HSV(B)68.36º51.05%93.73%-
XYZ64.278.5528.61-
YUV220.0169.87129.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 239 (93.75% from 255) = 41.35%
BLUE value IS 117 (46.09% from 255) = 20.24%
R=38.41%
G=41.35%
B=20.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391170.0700.510.0668.3679.2269.8
HexDEEF7570336444f46
Octal33635716570636104117106
Binary110111101110111111101011110110011110100010010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deef75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deef75; }

 p { color: rgb(222,239,117); }

 H1.HeaderClassName
 {
   color: #deef75;
 }
 .AnyTagClassName
 {
   color: #deef75;
 }
</style>
background-color css

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

 a { background-color: rgb(222,239,117); }

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

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

 span { border-color: rgb(222,239,117); }

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