Html Css Color HEX #DEF97C Mindaro

📋 copy color: '#DEF97C'

red 222 ◦ green 249 ◦ blue 124

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

Shades of Mindaro #DEF97C

Tints of Mindaro #DEF97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 20.84%

R = 37.31%
G = 41.85%
B = 20.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DEF97C (or 0xDEF97C) is known color: Mindaro. HEX triplet: DE, F9 and 7C. RGB value is (222,249,124). Sum of RGB (Red+Green+Blue) = 222+249+124=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF97C is #210683. Grayscale: #E3E3E3. Windows color (decimal): -2164356 or 8190430. OLE color: 8190430.

HSL color Cylindrical-coordinate representation of color #DEF97C: hue angle of 72.96º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEF97C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 124 -
CMYK 0.11 0 0.50 0.02
HSL 72.96º 0.91% 0.73% -
HSV(B) 72.96º 0.5% 0.98% -
XYZ 67.64 84.74 31.86 -
YUV 226.68 70.05 124.66 -
System Red Green Blue C M Y K H S L
Decimal 222 249 124 0.11 0 0.50 0.02 72.96 0.91 0.73
Hex DE F9 7C B 0 32 2 49 5B 49
Octal 336 371 174 13 0 62 2 111 133 111
Binary 11011110 11111001 1111100 1011 0 110010 10 1001001 1011011 1001001

Color Harmonies of #DEF97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF97C

Black with #DEF97C

Text Example


Text Example

White with #DEF97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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