Html Css Color HEX #DEF06A Mindaro

📋 copy color: '#DEF06A'

red 222 ◦ green 240 ◦ blue 106

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

Shades of Mindaro #DEF06A

Tints of Mindaro #DEF06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.66%

R = 39.08%
G = 42.25%
B = 18.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DEF06A (or 0xDEF06A) is known color: Mindaro. HEX triplet: DE, F0 and 6A. RGB value is (222,240,106). Sum of RGB (Red+Green+Blue) = 222+240+106=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 106 (41.80% from 255 or 18.66% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF06A is #210F95. Grayscale: #DBDBDB. Windows color (decimal): -2166678 or 7008478. OLE color: 7008478.

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

Color convert

RGB 222 240 106 -
CMYK 0.08 0 0.56 0.06
HSL 68.06º 0.82% 0.68% -
HSV(B) 68.06º 0.56% 0.94% -
XYZ 63.89 78.89 25.5 -
YUV 219.34 64.04 129.9 -
System Red Green Blue C M Y K H S L
Decimal 222 240 106 0.08 0 0.56 0.06 68.06 0.82 0.68
Hex DE F0 6A 8 0 38 6 44 52 44
Octal 336 360 152 10 0 70 6 104 122 104
Binary 11011110 11110000 1101010 1000 0 111000 110 1000100 1010010 1000100

Color Harmonies of #DEF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF06A

Black with #DEF06A

Text Example


Text Example

White with #DEF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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