Html Css Color HEX #01D875 Spring Green

📋 copy color: '#01D875'

red 1 ◦ green 216 ◦ blue 117

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

Shades of Spring Green #01D875

Tints of Spring Green #01D875

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 216 (84.77% from 255) = 64.67%

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 0.3%
G = 64.67%
B = 35.03%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#01D875 (or 0x01D875) is known color: Spring Green. HEX triplet: 01, D8 and 75. RGB value is (1,216,117). Sum of RGB (Red+Green+Blue) = 1+216+117=334 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #01D875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D875 is #FE278A. Grayscale: #8C8C8C. Windows color (decimal): -16656267 or 7723009. OLE color: 7723009.

HSL color Cylindrical-coordinate representation of color #01D875: hue angle of 152.37º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D875 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 1 216 117 -
CMYK 1.00 0 0.46 0.15
HSL 152.37º 0.99% 0.43% -
HSV(B) 152.37º 1% 0.85% -
XYZ 27.78 50.4 25.09 -
YUV 140.43 114.77 28.55 -
System Red Green Blue C M Y K H S L
Decimal 1 216 117 1.00 0 0.46 0.15 152.37 0.99 0.43
Hex 1 D8 75 64 0 2E F 98 63 2B
Octal 1 330 165 144 0 56 17 230 143 53
Binary 1 11011000 1110101 1100100 0 101110 1111 10011000 1100011 101011

Color Harmonies of #01D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D875

Black with #01D875

Text Example


Text Example

White with #01D875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D875; }

 p { color: rgb(1,216,117); }

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

background-color css

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

 a { background-color: rgb(1,216,117); }

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

border-color css

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

 span { border-color: rgb(1,216,117); }

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