Html Css Color HEX #0DF075 Spring Green

📋 copy color: '#0DF075'

red 13 ◦ green 240 ◦ blue 117

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

Shades of Spring Green #0DF075

Tints of Spring Green #0DF075

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.86%

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

R = 3.51%
G = 64.86%
B = 31.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#0DF075 (or 0x0DF075) is known color: Spring Green. HEX triplet: 0D, F0 and 75. RGB value is (13,240,117). Sum of RGB (Red+Green+Blue) = 13+240+117=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF075 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF075 is #F20F8A. Grayscale: #9E9E9E. Windows color (decimal): -15863691 or 7729165. OLE color: 7729165.

HSL color Cylindrical-coordinate representation of color #0DF075: hue angle of 147.49º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF075 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 240 117 -
CMYK 0.95 0 0.51 0.06
HSL 147.49º 0.9% 0.5% -
HSV(B) 147.49º 0.95% 0.94% -
XYZ 34.54 63.69 27.3 -
YUV 158.11 104.79 24.5 -
System Red Green Blue C M Y K H S L
Decimal 13 240 117 0.95 0 0.51 0.06 147.49 0.9 0.5
Hex D F0 75 5F 0 33 6 93 5A 32
Octal 15 360 165 137 0 63 6 223 132 62
Binary 1101 11110000 1110101 1011111 0 110011 110 10010011 1011010 110010

Color Harmonies of #0DF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF075

Black with #0DF075

Text Example


Text Example

White with #0DF075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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