Html Css Color HEX #DEFF7F Mindaro

📋 copy color: '#DEFF7F'

red 222 ◦ green 255 ◦ blue 127

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

Shades of Mindaro #DEFF7F

Tints of Mindaro #DEFF7F

RGB

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

 GREEN value IS 255 (100% from 255) = 42.22%

 BLUE value IS 127 (50% from 255) = 21.03%

R = 36.75%
G = 42.22%
B = 21.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#DEFF7F (or 0xDEFF7F) is known color: Mindaro. HEX triplet: DE, FF and 7F. RGB value is (222,255,127). Sum of RGB (Red+Green+Blue) = 222+255+127=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFF7F is #210080. Grayscale: #E7E7E7. Windows color (decimal): -2162817 or 8388574. OLE color: 8388574.

HSL color Cylindrical-coordinate representation of color #DEFF7F: hue angle of 75.47º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEFF7F is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB 222 255 127 -
CMYK 0.13 0 0.50 0
HSL 75.47º 1% 0.75% -
HSV(B) 75.47º 0.5% 1% -
XYZ 69.71 88.58 33.5 -
YUV 230.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 222 255 127 0.13 0 0.50 0 75.47 1 0.75
Hex DE FF 7F D 0 32 0 4B 64 4B
Octal 336 377 177 15 0 62 0 113 144 113
Binary 11011110 11111111 1111111 1101 0 110010 0 1001011 1100100 1001011

Color Harmonies of #DEFF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFF7F

Black with #DEFF7F

Text Example


Text Example

White with #DEFF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFF7F; }

 p { color: rgb(222,255,127); }

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

background-color css

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

 a { background-color: rgb(222,255,127); }

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

border-color css

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

 span { border-color: rgb(222,255,127); }

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