Html Css Color HEX #DEF96E Mindaro

📋 copy color: '#DEF96E'

red 222 ◦ green 249 ◦ blue 110

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

Shades of Mindaro #DEF96E

Tints of Mindaro #DEF96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.86%

 BLUE value IS 110 (43.36% from 255) = 18.93%

R = 38.21%
G = 42.86%
B = 18.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#DEF96E (or 0xDEF96E) is known color: Mindaro. HEX triplet: DE, F9 and 6E. RGB value is (222,249,110). Sum of RGB (Red+Green+Blue) = 222+249+110=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 249 (97.66% from 255 or 42.86% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF96E is #210691. Grayscale: #E1E1E1. Windows color (decimal): -2164370 or 7272926. OLE color: 7272926.

HSL color Cylindrical-coordinate representation of color #DEF96E: hue angle of 71.65º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEF96E is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 110 -
CMYK 0.11 0 0.56 0.02
HSL 71.65º 0.92% 0.7% -
HSV(B) 71.65º 0.56% 0.98% -
XYZ 66.81 84.41 27.52 -
YUV 225.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 222 249 110 0.11 0 0.56 0.02 71.65 0.92 0.7
Hex DE F9 6E B 0 38 2 48 5C 46
Octal 336 371 156 13 0 70 2 110 134 106
Binary 11011110 11111001 1101110 1011 0 111000 10 1001000 1011100 1000110

Color Harmonies of #DEF96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF96E

Black with #DEF96E

Text Example


Text Example

White with #DEF96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF96E; }

 p { color: rgb(222,249,110); }

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

background-color css

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

 a { background-color: rgb(222,249,110); }

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

border-color css

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

 span { border-color: rgb(222,249,110); }

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