Html Css Color HEX #D4FD70 Mindaro

📋 copy color: '#D4FD70'

red 212 ◦ green 253 ◦ blue 112

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

Shades of Mindaro #D4FD70

Tints of Mindaro #D4FD70

RGB

 RED value IS 212 (83.2% from 255) = 36.74%

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

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

R = 36.74%
G = 43.85%
B = 19.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#D4FD70 (or 0xD4FD70) is known color: Mindaro. HEX triplet: D4, FD and 70. RGB value is (212,253,112). Sum of RGB (Red+Green+Blue) = 212+253+112=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FD70 is #2B028F. Grayscale: #E1E1E1. Windows color (decimal): -2818704 or 7405012. OLE color: 7405012.

HSL color Cylindrical-coordinate representation of color #D4FD70: hue angle of 77.45º 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 #D4FD70 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 253 112 -
CMYK 0.16 0 0.56 0.01
HSL 77.45º 0.97% 0.72% -
HSV(B) 77.45º 0.56% 0.99% -
XYZ 65.2 85.42 28.38 -
YUV 224.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 212 253 112 0.16 0 0.56 0.01 77.45 0.97 0.72
Hex D4 FD 70 10 0 38 1 4D 61 48
Octal 324 375 160 20 0 70 1 115 141 110
Binary 11010100 11111101 1110000 10000 0 111000 1 1001101 1100001 1001000

Color Harmonies of #D4FD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FD70

Black with #D4FD70

Text Example


Text Example

White with #D4FD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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