Html Css Color HEX #D5FD60 Mindaro

📋 copy color: '#D5FD60'

red 213 ◦ green 253 ◦ blue 96

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

Shades of Mindaro #D5FD60

Tints of Mindaro #D5FD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.08%

R = 37.9%
G = 45.02%
B = 17.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#D5FD60 (or 0xD5FD60) is known color: Mindaro. HEX triplet: D5, FD and 60. RGB value is (213,253,96). Sum of RGB (Red+Green+Blue) = 213+253+96=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FD60 is #2A029F. Grayscale: #DFDFDF. Windows color (decimal): -2753184 or 6356437. OLE color: 6356437.

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

Color convert

RGB 213 253 96 -
CMYK 0.16 0 0.62 0.01
HSL 75.29º 0.98% 0.68% -
HSV(B) 75.29º 0.62% 0.99% -
XYZ 64.68 85.24 24.11 -
YUV 223.14 56.25 120.77 -
System Red Green Blue C M Y K H S L
Decimal 213 253 96 0.16 0 0.62 0.01 75.29 0.98 0.68
Hex D5 FD 60 10 0 3E 1 4B 62 44
Octal 325 375 140 20 0 76 1 113 142 104
Binary 11010101 11111101 1100000 10000 0 111110 1 1001011 1100010 1000100

Color Harmonies of #D5FD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FD60

Black with #D5FD60

Text Example


Text Example

White with #D5FD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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