Html Css Color HEX #0DDD75 Spring Green

📋 copy color: '#0DDD75'

red 13 ◦ green 221 ◦ blue 117

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

Shades of Spring Green #0DDD75

Tints of Spring Green #0DDD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.96%

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

R = 3.7%
G = 62.96%
B = 33.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#0DDD75 (or 0x0DDD75) is known color: Spring Green. HEX triplet: 0D, DD and 75. RGB value is (13,221,117). Sum of RGB (Red+Green+Blue) = 13+221+117=351 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.70% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDD75 is #F2228A. Grayscale: #939393. Windows color (decimal): -15868555 or 7724301. OLE color: 7724301.

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

Color convert

RGB 13 221 117 -
CMYK 0.94 0 0.47 0.13
HSL 150º 0.89% 0.46% -
HSV(B) 150º 0.94% 0.87% -
XYZ 29.23 53.08 25.53 -
YUV 146.95 111.09 32.46 -
System Red Green Blue C M Y K H S L
Decimal 13 221 117 0.94 0 0.47 0.13 150 0.89 0.46
Hex D DD 75 5E 0 2F D 96 59 2E
Octal 15 335 165 136 0 57 15 226 131 56
Binary 1101 11011101 1110101 1011110 0 101111 1101 10010110 1011001 101110

Color Harmonies of #0DDD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD75

Black with #0DDD75

Text Example


Text Example

White with #0DDD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,221,117); }

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

background-color css

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

 a { background-color: rgb(13,221,117); }

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

border-color css

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

 span { border-color: rgb(13,221,117); }

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