Html Css Color HEX #DEF184 Mindaro

📋 copy color: '#DEF184'

red 222 ◦ green 241 ◦ blue 132

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

Shades of Mindaro #DEF184

Tints of Mindaro #DEF184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.18%

R = 37.31%
G = 40.5%
B = 22.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#DEF184 (or 0xDEF184) is known color: Mindaro. HEX triplet: DE, F1 and 84. RGB value is (222,241,132). Sum of RGB (Red+Green+Blue) = 222+241+132=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF184 is #210E7B. Grayscale: #DFDFDF. Windows color (decimal): -2166396 or 8712670. OLE color: 8712670.

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

Color convert

RGB 222 241 132 -
CMYK 0.08 0 0.45 0.05
HSL 70.46º 0.8% 0.73% -
HSV(B) 70.46º 0.45% 0.95% -
XYZ 65.74 80.11 33.83 -
YUV 222.89 76.71 127.36 -
System Red Green Blue C M Y K H S L
Decimal 222 241 132 0.08 0 0.45 0.05 70.46 0.8 0.73
Hex DE F1 84 8 0 2D 5 46 50 49
Octal 336 361 204 10 0 55 5 106 120 111
Binary 11011110 11110001 10000100 1000 0 101101 101 1000110 1010000 1001001

Color Harmonies of #DEF184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF184

Black with #DEF184

Text Example


Text Example

White with #DEF184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF184; }

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

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

background-color css

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

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

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

border-color css

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

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

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