Html Css Color HEX #D5FD72 Mindaro

📋 copy color: '#D5FD72'

red 213 ◦ green 253 ◦ blue 114

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

Shades of Mindaro #D5FD72

Tints of Mindaro #D5FD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.66%

R = 36.72%
G = 43.62%
B = 19.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#D5FD72 (or 0xD5FD72) is known color: Mindaro. HEX triplet: D5, FD and 72. RGB value is (213,253,114). Sum of RGB (Red+Green+Blue) = 213+253+114=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD72 is #2A028D. Grayscale: #E1E1E1. Windows color (decimal): -2753166 or 7536085. OLE color: 7536085.

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

Color convert

RGB 213 253 114 -
CMYK 0.16 0 0.55 0.01
HSL 77.27º 0.97% 0.72% -
HSV(B) 77.27º 0.55% 0.99% -
XYZ 65.6 85.61 28.99 -
YUV 225.19 65.25 119.3 -
System Red Green Blue C M Y K H S L
Decimal 213 253 114 0.16 0 0.55 0.01 77.27 0.97 0.72
Hex D5 FD 72 10 0 37 1 4D 61 48
Octal 325 375 162 20 0 67 1 115 141 110
Binary 11010101 11111101 1110010 10000 0 110111 1 1001101 1100001 1001000

Color Harmonies of #D5FD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD72

Black with #D5FD72

Text Example


Text Example

White with #D5FD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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