Html Css Color HEX #DEF17D Mindaro

📋 copy color: '#DEF17D'

red 222 ◦ green 241 ◦ blue 125

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

Shades of Mindaro #DEF17D

Tints of Mindaro #DEF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.99%

 BLUE value IS 125 (49.22% from 255) = 21.26%

R = 37.76%
G = 40.99%
B = 21.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DEF17D (or 0xDEF17D) is known color: Mindaro. HEX triplet: DE, F1 and 7D. RGB value is (222,241,125). Sum of RGB (Red+Green+Blue) = 222+241+125=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF17D is #210E82. Grayscale: #DEDEDE. Windows color (decimal): -2166403 or 8253918. OLE color: 8253918.

HSL color Cylindrical-coordinate representation of color #DEF17D: hue angle of 69.83º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEF17D is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 241 125 -
CMYK 0.08 0 0.48 0.05
HSL 69.83º 0.81% 0.72% -
HSV(B) 69.83º 0.48% 0.95% -
XYZ 65.28 79.92 31.39 -
YUV 222.1 73.21 127.93 -
System Red Green Blue C M Y K H S L
Decimal 222 241 125 0.08 0 0.48 0.05 69.83 0.81 0.72
Hex DE F1 7D 8 0 30 5 46 51 48
Octal 336 361 175 10 0 60 5 106 121 110
Binary 11011110 11110001 1111101 1000 0 110000 101 1000110 1010001 1001000

Color Harmonies of #DEF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF17D

Black with #DEF17D

Text Example


Text Example

White with #DEF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF17D; }

 p { color: rgb(222,241,125); }

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

background-color css

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

 a { background-color: rgb(222,241,125); }

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

border-color css

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

 span { border-color: rgb(222,241,125); }

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