Html Css Color HEX #DEF06D Mindaro

📋 copy color: '#DEF06D'

red 222 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #DEF06D

Tints of Mindaro #DEF06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.03%

 BLUE value IS 109 (42.97% from 255) = 19.09%

R = 38.88%
G = 42.03%
B = 19.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#DEF06D (or 0xDEF06D) is known color: Mindaro. HEX triplet: DE, F0 and 6D. RGB value is (222,240,109). Sum of RGB (Red+Green+Blue) = 222+240+109=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF06D is #210F92. Grayscale: #DCDCDC. Windows color (decimal): -2166675 or 7205086. OLE color: 7205086.

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

Color convert

RGB 222 240 109 -
CMYK 0.08 0 0.55 0.06
HSL 68.24º 0.81% 0.68% -
HSV(B) 68.24º 0.55% 0.94% -
XYZ 64.04 78.95 26.33 -
YUV 219.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 222 240 109 0.08 0 0.55 0.06 68.24 0.81 0.68
Hex DE F0 6D 8 0 37 6 44 51 44
Octal 336 360 155 10 0 67 6 104 121 104
Binary 11011110 11110000 1101101 1000 0 110111 110 1000100 1010001 1000100

Color Harmonies of #DEF06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF06D

Black with #DEF06D

Text Example


Text Example

White with #DEF06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF06D; }

 p { color: rgb(222,240,109); }

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

background-color css

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

 a { background-color: rgb(222,240,109); }

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

border-color css

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

 span { border-color: rgb(222,240,109); }

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