Html Css Color HEX #DEFD7F Mindaro

📋 copy color: '#DEFD7F'

red 222 ◦ green 253 ◦ blue 127

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

Shades of Mindaro #DEFD7F

Tints of Mindaro #DEFD7F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.03%

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

R = 36.88%
G = 42.03%
B = 21.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#DEFD7F (or 0xDEFD7F) is known color: Mindaro. HEX triplet: DE, FD and 7F. RGB value is (222,253,127). Sum of RGB (Red+Green+Blue) = 222+253+127=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD7F is #210280. Grayscale: #E5E5E5. Windows color (decimal): -2163329 or 8388062. OLE color: 8388062.

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

Color convert

RGB 222 253 127 -
CMYK 0.12 0 0.50 0.01
HSL 74.76º 0.97% 0.75% -
HSV(B) 74.76º 0.5% 0.99% -
XYZ 69.08 87.31 33.29 -
YUV 229.37 70.23 122.75 -
System Red Green Blue C M Y K H S L
Decimal 222 253 127 0.12 0 0.50 0.01 74.76 0.97 0.75
Hex DE FD 7F C 0 32 1 4B 61 4B
Octal 336 375 177 14 0 62 1 113 141 113
Binary 11011110 11111101 1111111 1100 0 110010 1 1001011 1100001 1001011

Color Harmonies of #DEFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD7F

Black with #DEFD7F

Text Example


Text Example

White with #DEFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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