Html Css Color HEX #D5FD70 Mindaro

📋 copy color: '#D5FD70'

red 213 ◦ green 253 ◦ blue 112

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

Shades of Mindaro #D5FD70

Tints of Mindaro #D5FD70

RGB

 RED value IS 213 (83.59% from 255) = 36.85%

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

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

R = 36.85%
G = 43.77%
B = 19.38%

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

#D5FD70 (or 0xD5FD70) is known color: Mindaro. HEX triplet: D5, FD and 70. RGB value is (213,253,112). Sum of RGB (Red+Green+Blue) = 213+253+112=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD70 is #2A028F. Grayscale: #E1E1E1. Windows color (decimal): -2753168 or 7405013. OLE color: 7405013.

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

Color convert

RGB 213 253 112 -
CMYK 0.16 0 0.56 0.01
HSL 77.02º 0.97% 0.72% -
HSV(B) 77.02º 0.56% 0.99% -
XYZ 65.49 85.57 28.39 -
YUV 224.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 213 253 112 0.16 0 0.56 0.01 77.02 0.97 0.72
Hex D5 FD 70 10 0 38 1 4D 61 48
Octal 325 375 160 20 0 70 1 115 141 110
Binary 11010101 11111101 1110000 10000 0 111000 1 1001101 1100001 1001000

Color Harmonies of #D5FD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD70

Black with #D5FD70

Text Example


Text Example

White with #D5FD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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