#DEF269

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

Shades of Mindaro #DEF269

Tints of Mindaro #DEF269

Color information

#DEF269 (or 0xDEF269) is unknown color: approx Mindaro. HEX triplet: DE, F2 and 69. RGB value is (222,242,105). Sum of RGB (Red+Green+Blue) = 222+242+105=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 105 (41.41% from 255 or 18.45% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF269 is #210D96. Grayscale: #DCDCDC. Windows color (decimal): -2166167 or 6943454. OLE color: 6943454.

HSL color Cylindrical-coordinate representation of color #DEF269: hue angle of 68.76º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEF269 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB222242105-
CMYK0.0800.570.05
HSL68.76º84.05%68.04%-
HSV(B)68.76º56.61%94.9%-
XYZ64.4380.0525.42-
YUV220.462.87129.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 105 (41.41% from 255) = 18.45%
R=39.02%
G=42.53%
B=18.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222421050.0800.570.0568.7684.0568.04
HexDEF26980395455444
Octal336362151100715105124104
Binary1101111011110010110100110000111001101100010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF269; }

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

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

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

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

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

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

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

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