Html Css Color HEX #DEF66D Mindaro

📋 copy color: '#DEF66D'

red 222 ◦ green 246 ◦ blue 109

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

Shades of Mindaro #DEF66D

Tints of Mindaro #DEF66D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 42.63%

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

R = 38.47%
G = 42.63%
B = 18.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#DEF66D (or 0xDEF66D) is known color: Mindaro. HEX triplet: DE, F6 and 6D. RGB value is (222,246,109). Sum of RGB (Red+Green+Blue) = 222+246+109=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF66D is #210992. Grayscale: #DFDFDF. Windows color (decimal): -2165139 or 7206622. OLE color: 7206622.

HSL color Cylindrical-coordinate representation of color #DEF66D: hue angle of 70.51º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEF66D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 246 109 -
CMYK 0.10 0 0.56 0.04
HSL 70.51º 0.88% 0.7% -
HSV(B) 70.51º 0.56% 0.96% -
XYZ 65.84 82.55 26.93 -
YUV 223.21 63.55 127.14 -
System Red Green Blue C M Y K H S L
Decimal 222 246 109 0.10 0 0.56 0.04 70.51 0.88 0.7
Hex DE F6 6D A 0 38 4 47 58 46
Octal 336 366 155 12 0 70 4 107 130 106
Binary 11011110 11110110 1101101 1010 0 111000 100 1000111 1011000 1000110

Color Harmonies of #DEF66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF66D

Black with #DEF66D

Text Example


Text Example

White with #DEF66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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