Html Css Color HEX #0DDE80 Spring Green

📋 copy color: '#0DDE80'

red 13 ◦ green 222 ◦ blue 128

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

Shades of Spring Green #0DDE80

Tints of Spring Green #0DDE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.16%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 3.58%
G = 61.16%
B = 35.26%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#0DDE80 (or 0x0DDE80) is known color: Spring Green. HEX triplet: 0D, DE and 80. RGB value is (13,222,128). Sum of RGB (Red+Green+Blue) = 13+222+128=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDE80 is #F2217F. Grayscale: #949494. Windows color (decimal): -15868288 or 8445453. OLE color: 8445453.

HSL color Cylindrical-coordinate representation of color #0DDE80: hue angle of 153.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE80 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 222 128 -
CMYK 0.94 0 0.42 0.13
HSL 153.01º 0.89% 0.46% -
HSV(B) 153.01º 0.94% 0.87% -
XYZ 30.18 53.89 29.23 -
YUV 148.79 116.26 31.14 -
System Red Green Blue C M Y K H S L
Decimal 13 222 128 0.94 0 0.42 0.13 153.01 0.89 0.46
Hex D DE 80 5E 0 2A D 99 59 2E
Octal 15 336 200 136 0 52 15 231 131 56
Binary 1101 11011110 10000000 1011110 0 101010 1101 10011001 1011001 101110

Color Harmonies of #0DDE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDE80

Black with #0DDE80

Text Example


Text Example

White with #0DDE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,222,128); }

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

background-color css

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

 a { background-color: rgb(13,222,128); }

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

border-color css

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

 span { border-color: rgb(13,222,128); }

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