Html Css Color HEX #D5F960 Mindaro

📋 copy color: '#D5F960'

red 213 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #D5F960

Tints of Mindaro #D5F960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.62%

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

R = 38.17%
G = 44.62%
B = 17.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#D5F960 (or 0xD5F960) is known color: Mindaro. HEX triplet: D5, F9 and 60. RGB value is (213,249,96). Sum of RGB (Red+Green+Blue) = 213+249+96=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F960 is #2A069F. Grayscale: #DDDDDD. Windows color (decimal): -2754208 or 6355413. OLE color: 6355413.

HSL color Cylindrical-coordinate representation of color #D5F960: hue angle of 74.12º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5F960 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 249 96 -
CMYK 0.14 0 0.61 0.02
HSL 74.12º 0.93% 0.68% -
HSV(B) 74.12º 0.61% 0.98% -
XYZ 63.43 82.74 23.69 -
YUV 220.79 57.57 122.44 -
System Red Green Blue C M Y K H S L
Decimal 213 249 96 0.14 0 0.61 0.02 74.12 0.93 0.68
Hex D5 F9 60 E 0 3D 2 4A 5D 44
Octal 325 371 140 16 0 75 2 112 135 104
Binary 11010101 11111001 1100000 1110 0 111101 10 1001010 1011101 1000100

Color Harmonies of #D5F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F960

Black with #D5F960

Text Example


Text Example

White with #D5F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F960; }

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

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

background-color css

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

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

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

border-color css

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

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

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