#DEFA69

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

Shades of Mindaro #DEFA69

Tints of Mindaro #DEFA69

Color information

#DEFA69 (or 0xDEFA69) is unknown color: approx Mindaro. HEX triplet: DE, FA and 69. RGB value is (222,250,105). Sum of RGB (Red+Green+Blue) = 222+250+105=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 250 (98.05% from 255 or 43.33% from 577); Blue value is 105 (41.41% from 255 or 18.20% from 577); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFA69 is #210596. Grayscale: #E1E1E1. Windows color (decimal): -2164119 or 6945502. OLE color: 6945502.

HSL color Cylindrical-coordinate representation of color #DEFA69: hue angle of 71.59º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEFA69 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB222250105-
CMYK0.1100.580.02
HSL71.59º93.55%69.61%-
HSV(B)71.59º58%98.04%-
XYZ66.8684.9226.23-
YUV225.160.22125.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 250 (98.05% from 255) = 43.33%
BLUE value IS 105 (41.41% from 255) = 18.20%
R=38.47%
G=43.33%
B=18.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501050.1100.580.0271.5993.5569.61
HexDEFA69B03A2485e46
Octal336372151130722110136106
Binary110111101111101011010011011011101010100100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFA69; }

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

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

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

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

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

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

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

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