Html Css Color HEX #D5FE60 Mindaro

📋 copy color: '#D5FE60'

red 213 ◦ green 254 ◦ blue 96

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

Shades of Mindaro #D5FE60

Tints of Mindaro #D5FE60

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.12%

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

R = 37.83%
G = 45.12%
B = 17.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#D5FE60 (or 0xD5FE60) is known color: Mindaro. HEX triplet: D5, FE and 60. RGB value is (213,254,96). Sum of RGB (Red+Green+Blue) = 213+254+96=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FE60 is #2A019F. Grayscale: #E0E0E0. Windows color (decimal): -2752928 or 6356693. OLE color: 6356693.

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

Color convert

RGB 213 254 96 -
CMYK 0.16 0 0.62 0.00
HSL 75.57º 0.99% 0.69% -
HSV(B) 75.57º 0.62% 1% -
XYZ 64.99 85.87 24.22 -
YUV 223.73 55.92 120.35 -
System Red Green Blue C M Y K H S L
Decimal 213 254 96 0.16 0 0.62 0.00 75.57 0.99 0.69
Hex D5 FE 60 10 0 3E 0 4C 63 45
Octal 325 376 140 20 0 76 0 114 143 105
Binary 11010101 11111110 1100000 10000 0 111110 0 1001100 1100011 1000101

Color Harmonies of #D5FE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FE60

Black with #D5FE60

Text Example


Text Example

White with #D5FE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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