Html Css Color HEX #DEFD7D Mindaro

📋 copy color: '#DEFD7D'

red 222 ◦ green 253 ◦ blue 125

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

Shades of Mindaro #DEFD7D

Tints of Mindaro #DEFD7D

RGB

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

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

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

R = 37%
G = 42.17%
B = 20.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#DEFD7D (or 0xDEFD7D) is known color: Mindaro. HEX triplet: DE, FD and 7D. RGB value is (222,253,125). Sum of RGB (Red+Green+Blue) = 222+253+125=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD7D is #210282. Grayscale: #E5E5E5. Windows color (decimal): -2163331 or 8256990. OLE color: 8256990.

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

Color convert

RGB 222 253 125 -
CMYK 0.12 0 0.51 0.01
HSL 74.53º 0.97% 0.74% -
HSV(B) 74.53º 0.51% 0.99% -
XYZ 68.95 87.26 32.61 -
YUV 229.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 222 253 125 0.12 0 0.51 0.01 74.53 0.97 0.74
Hex DE FD 7D C 0 33 1 4B 61 4A
Octal 336 375 175 14 0 63 1 113 141 112
Binary 11011110 11111101 1111101 1100 0 110011 1 1001011 1100001 1001010

Color Harmonies of #DEFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD7D

Black with #DEFD7D

Text Example


Text Example

White with #DEFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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