Html Css Color HEX #DEF482 Mindaro

📋 copy color: '#DEF482'

red 222 ◦ green 244 ◦ blue 130

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

Shades of Mindaro #DEF482

Tints of Mindaro #DEF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.94%

 BLUE value IS 130 (51.17% from 255) = 21.81%

R = 37.25%
G = 40.94%
B = 21.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#DEF482 (or 0xDEF482) is known color: Mindaro. HEX triplet: DE, F4 and 82. RGB value is (222,244,130). Sum of RGB (Red+Green+Blue) = 222+244+130=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF482 is #210B7D. Grayscale: #E0E0E0. Windows color (decimal): -2165630 or 8582366. OLE color: 8582366.

HSL color Cylindrical-coordinate representation of color #DEF482: hue angle of 71.58º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEF482 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 244 130 -
CMYK 0.09 0 0.47 0.04
HSL 71.58º 0.84% 0.73% -
HSV(B) 71.58º 0.47% 0.96% -
XYZ 66.5 81.84 33.41 -
YUV 224.43 74.71 126.27 -
System Red Green Blue C M Y K H S L
Decimal 222 244 130 0.09 0 0.47 0.04 71.58 0.84 0.73
Hex DE F4 82 9 0 2F 4 48 54 49
Octal 336 364 202 11 0 57 4 110 124 111
Binary 11011110 11110100 10000010 1001 0 101111 100 1001000 1010100 1001001

Color Harmonies of #DEF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF482

Black with #DEF482

Text Example


Text Example

White with #DEF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF482; }

 p { color: rgb(222,244,130); }

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

background-color css

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

 a { background-color: rgb(222,244,130); }

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

border-color css

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

 span { border-color: rgb(222,244,130); }

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