Html Css Color HEX #DEFD70 Mindaro

📋 copy color: '#DEFD70'

red 222 ◦ green 253 ◦ blue 112

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

Shades of Mindaro #DEFD70

Tints of Mindaro #DEFD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.08%

R = 37.82%
G = 43.1%
B = 19.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#DEFD70 (or 0xDEFD70) is known color: Mindaro. HEX triplet: DE, FD and 70. RGB value is (222,253,112). Sum of RGB (Red+Green+Blue) = 222+253+112=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD70 is #21028F. Grayscale: #E4E4E4. Windows color (decimal): -2163344 or 7405022. OLE color: 7405022.

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

Color convert

RGB 222 253 112 -
CMYK 0.12 0 0.56 0.01
HSL 73.19º 0.97% 0.72% -
HSV(B) 73.19º 0.56% 0.99% -
XYZ 68.17 86.95 28.52 -
YUV 227.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 222 253 112 0.12 0 0.56 0.01 73.19 0.97 0.72
Hex DE FD 70 C 0 38 1 49 61 48
Octal 336 375 160 14 0 70 1 111 141 110
Binary 11011110 11111101 1110000 1100 0 111000 1 1001001 1100001 1001000

Color Harmonies of #DEFD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD70

Black with #DEFD70

Text Example


Text Example

White with #DEFD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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