#0de577

Color #0DE577 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #0DE577

Tints of Spring Green #0DE577

Color information

#0DE577 (or 0x0DE577) is unknown color: approx Spring Green. HEX triplet: 0D, E5 and 77. RGB value is (13,229,119). Sum of RGB (Red+Green+Blue) = 13+229+119=361 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.60% from 361); Green value is 229 (89.84% from 255 or 63.43% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 229 - color contains mainly: green. Hex color #0DE577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE577 is #F21A88. Grayscale: #989898. Windows color (decimal): -15866505 or 7857421. OLE color: 7857421.

HSL color Cylindrical-coordinate representation of color #0DE577: hue angle of 149.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE577 is Cyan = 0.94, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB13229119-
CMYK0.9400.480.10
HSL149.44º89.26%47.45%-
HSV(B)149.44º94.32%89.8%-
XYZ31.5257.4626.88-
YUV151.88109.4428.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.60%
GREEN value IS 229 (89.84% from 255) = 63.43%
BLUE value IS 119 (46.88% from 255) = 32.96%
R=3.60%
G=63.43%
B=32.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal132291190.9400.480.10149.4489.2647.45
HexDE5775E030A95592f
Octal153451671360601222513157
Binary1101111001011110111101111001100001010100101011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0de577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0de577; }

 p { color: rgb(13,229,119); }

 H1.HeaderClassName
 {
   color: #0de577;
 }
 .AnyTagClassName
 {
   color: #0de577;
 }
</style>
background-color css

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

 a { background-color: rgb(13,229,119); }

 div.DivClassName
 {
   background-color: #0de577;
 }
 .BgClassName
 {
   background-color: #0de577;
 }
</style>
border-color css

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

 span { border-color: rgb(13,229,119); }

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