Html Css Color HEX #00D775 Spring Green

📋 copy color: '#00D775'

red 0 ◦ green 215 ◦ blue 117

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

Shades of Spring Green #00D775

Tints of Spring Green #00D775

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 215 (84.38% from 255) = 64.76%

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

R = 0%
G = 64.76%
B = 35.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#00D775 (or 0x00D775) is known color: Spring Green. HEX triplet: 00, D7 and 75. RGB value is (0,215,117). Sum of RGB (Red+Green+Blue) = 0+215+117=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 215 (84.38% from 255 or 64.76% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 215 - color contains mainly: green. Hex color #00D775 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D775 is #FF288A. Grayscale: #8B8B8B. Windows color (decimal): -16722059 or 7722752. OLE color: 7722752.

HSL color Cylindrical-coordinate representation of color #00D775: hue angle of 152.65º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D775 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 215 117 -
CMYK 1 0 0.46 0.16
HSL 152.65º 1% 0.42% -
HSV(B) 152.65º 1% 0.84% -
XYZ 27.51 49.89 25.01 -
YUV 139.54 115.27 28.47 -
System Red Green Blue C M Y K H S L
Decimal 0 215 117 1 0 0.46 0.16 152.65 1 0.42
Hex 0 D7 75 64 0 2E 10 99 64 2A
Octal 0 327 165 144 0 56 20 231 144 52
Binary 0 11010111 1110101 1100100 0 101110 10000 10011001 1100100 101010

Color Harmonies of #00D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D775

Black with #00D775

Text Example


Text Example

White with #00D775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D775; }

 p { color: rgb(0,215,117); }

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

background-color css

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

 a { background-color: rgb(0,215,117); }

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

border-color css

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

 span { border-color: rgb(0,215,117); }

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