#DEEF69

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

Shades of Mindaro #DEEF69

Tints of Mindaro #DEEF69

Color information

#DEEF69 (or 0xDEEF69) is unknown color: approx Mindaro. HEX triplet: DE, EF and 69. RGB value is (222,239,105). Sum of RGB (Red+Green+Blue) = 222+239+105=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 105 (41.41% from 255 or 18.55% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF69 is #211096. Grayscale: #DBDBDB. Windows color (decimal): -2166935 or 6942686. OLE color: 6942686.

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

Color convert

RGB222239105-
CMYK0.0700.560.06
HSL67.61º80.72%67.45%-
HSV(B)67.61º56.07%93.73%-
XYZ63.5478.2825.13-
YUV218.6463.87130.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 105 (41.41% from 255) = 18.55%
R=39.22%
G=42.23%
B=18.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222391050.0700.560.0667.6180.7267.45
HexDEEF6970386445143
Octal33635715170706104121103
Binary110111101110111111010011110111000110100010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEF69; }

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

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

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

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

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

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

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

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