Html Css Color HEX #DEF766 Mindaro

📋 copy color: '#DEF766'

red 222 ◦ green 247 ◦ blue 102

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

Shades of Mindaro #DEF766

Tints of Mindaro #DEF766

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.26%

 BLUE value IS 102 (40.23% from 255) = 17.86%

R = 38.88%
G = 43.26%
B = 17.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#DEF766 (or 0xDEF766) is known color: Mindaro. HEX triplet: DE, F7 and 66. RGB value is (222,247,102). Sum of RGB (Red+Green+Blue) = 222+247+102=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 247 (96.88% from 255 or 43.26% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF766 is #210899. Grayscale: #DFDFDF. Windows color (decimal): -2164890 or 6748126. OLE color: 6748126.

HSL color Cylindrical-coordinate representation of color #DEF766: hue angle of 70.34º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEF766 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 247 102 -
CMYK 0.10 0 0.59 0.03
HSL 70.34º 0.9% 0.68% -
HSV(B) 70.34º 0.59% 0.97% -
XYZ 65.78 83.01 25.13 -
YUV 223 59.72 127.29 -
System Red Green Blue C M Y K H S L
Decimal 222 247 102 0.10 0 0.59 0.03 70.34 0.9 0.68
Hex DE F7 66 A 0 3B 3 46 5A 44
Octal 336 367 146 12 0 73 3 106 132 104
Binary 11011110 11110111 1100110 1010 0 111011 11 1000110 1011010 1000100

Color Harmonies of #DEF766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF766

Black with #DEF766

Text Example


Text Example

White with #DEF766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF766; }

 p { color: rgb(222,247,102); }

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

background-color css

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

 a { background-color: rgb(222,247,102); }

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

border-color css

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

 span { border-color: rgb(222,247,102); }

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