Html Css Color HEX #DEF96D Mindaro

📋 copy color: '#DEF96D'

red 222 ◦ green 249 ◦ blue 109

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

Shades of Mindaro #DEF96D

Tints of Mindaro #DEF96D

RGB

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

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

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

R = 38.28%
G = 42.93%
B = 18.79%

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

#DEF96D (or 0xDEF96D) is known color: Mindaro. HEX triplet: DE, F9 and 6D. RGB value is (222,249,109). Sum of RGB (Red+Green+Blue) = 222+249+109=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF96D is #210692. Grayscale: #E1E1E1. Windows color (decimal): -2164371 or 7207390. OLE color: 7207390.

HSL color Cylindrical-coordinate representation of color #DEF96D: hue angle of 71.57º 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 #DEF96D is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 109 -
CMYK 0.11 0 0.56 0.02
HSL 71.57º 0.92% 0.7% -
HSV(B) 71.57º 0.56% 0.98% -
XYZ 66.76 84.39 27.24 -
YUV 224.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 222 249 109 0.11 0 0.56 0.02 71.57 0.92 0.7
Hex DE F9 6D B 0 38 2 48 5C 46
Octal 336 371 155 13 0 70 2 110 134 106
Binary 11011110 11111001 1101101 1011 0 111000 10 1001000 1011100 1000110

Color Harmonies of #DEF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF96D

Black with #DEF96D

Text Example


Text Example

White with #DEF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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