Html Css Color HEX #0DE479 Spring Green

📋 copy color: '#0DE479'

red 13 ◦ green 228 ◦ blue 121

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

Shades of Spring Green #0DE479

Tints of Spring Green #0DE479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 3.59%
G = 62.98%
B = 33.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#0DE479 (or 0x0DE479) is known color: Spring Green. HEX triplet: 0D, E4 and 79. RGB value is (13,228,121). Sum of RGB (Red+Green+Blue) = 13+228+121=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 228 (89.45% from 255 or 62.98% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE479 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE479 is #F21B86. Grayscale: #979797. Windows color (decimal): -15866759 or 7988237. OLE color: 7988237.

HSL color Cylindrical-coordinate representation of color #0DE479: hue angle of 150.14º 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 #0DE479 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 228 121 -
CMYK 0.94 0 0.47 0.11
HSL 150.14º 0.89% 0.47% -
HSV(B) 150.14º 0.94% 0.89% -
XYZ 31.36 56.95 27.43 -
YUV 151.52 110.77 29.2 -
System Red Green Blue C M Y K H S L
Decimal 13 228 121 0.94 0 0.47 0.11 150.14 0.89 0.47
Hex D E4 79 5E 0 2F B 96 59 2F
Octal 15 344 171 136 0 57 13 226 131 57
Binary 1101 11100100 1111001 1011110 0 101111 1011 10010110 1011001 101111

Color Harmonies of #0DE479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE479

Black with #0DE479

Text Example


Text Example

White with #0DE479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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