Html Css Color HEX #0DE47F Spring Green

📋 copy color: '#0DE47F'

red 13 ◦ green 228 ◦ blue 127

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

Shades of Spring Green #0DE47F

Tints of Spring Green #0DE47F

RGB

 RED value IS 13 (5.47% from 255) = 3.53%

 GREEN value IS 228 (89.45% from 255) = 61.96%

 BLUE value IS 127 (50% from 255) = 34.51%

R = 3.53%
G = 61.96%
B = 34.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#0DE47F (or 0x0DE47F) is known color: Spring Green. HEX triplet: 0D, E4 and 7F. RGB value is (13,228,127). Sum of RGB (Red+Green+Blue) = 13+228+127=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 228 (89.45% from 255 or 61.96% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE47F is #F21B80. Grayscale: #989898. Windows color (decimal): -15866753 or 8381453. OLE color: 8381453.

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

Color convert

RGB 13 228 127 -
CMYK 0.94 0 0.44 0.11
HSL 151.81º 0.89% 0.47% -
HSV(B) 151.81º 0.94% 0.89% -
XYZ 31.74 57.1 29.43 -
YUV 152.2 113.77 28.71 -
System Red Green Blue C M Y K H S L
Decimal 13 228 127 0.94 0 0.44 0.11 151.81 0.89 0.47
Hex D E4 7F 5E 0 2C B 98 59 2F
Octal 15 344 177 136 0 54 13 230 131 57
Binary 1101 11100100 1111111 1011110 0 101100 1011 10011000 1011001 101111

Color Harmonies of #0DE47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE47F

Black with #0DE47F

Text Example


Text Example

White with #0DE47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,228,127); }

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

background-color css

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

 a { background-color: rgb(13,228,127); }

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

border-color css

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

 span { border-color: rgb(13,228,127); }

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