Html Css Color HEX #0DFF5F Spring Green

📋 copy color: '#0DFF5F'

red 13 ◦ green 255 ◦ blue 95

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

Shades of Spring Green #0DFF5F

Tints of Spring Green #0DFF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 70.25%

 BLUE value IS 95 (37.5% from 255) = 26.17%

R = 3.58%
G = 70.25%
B = 26.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#0DFF5F (or 0x0DFF5F) is known color: Spring Green. HEX triplet: 0D, FF and 5F. RGB value is (13,255,95). Sum of RGB (Red+Green+Blue) = 13+255+95=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF5F is #F200A0. Grayscale: #A4A4A4. Windows color (decimal): -15859873 or 6291213. OLE color: 6291213.

HSL color Cylindrical-coordinate representation of color #0DFF5F: hue angle of 140.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFF5F is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 13 255 95 -
CMYK 0.95 0 0.63 0
HSL 140.33º 1% 0.53% -
HSV(B) 140.33º 0.95% 1% -
XYZ 37.99 72.43 22.8 -
YUV 164.4 88.83 20.01 -
System Red Green Blue C M Y K H S L
Decimal 13 255 95 0.95 0 0.63 0 140.33 1 0.53
Hex D FF 5F 5F 0 3F 0 8C 64 35
Octal 15 377 137 137 0 77 0 214 144 65
Binary 1101 11111111 1011111 1011111 0 111111 0 10001100 1100100 110101

Color Harmonies of #0DFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFF5F

Black with #0DFF5F

Text Example


Text Example

White with #0DFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,255,95); }

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

background-color css

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

 a { background-color: rgb(13,255,95); }

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

border-color css

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

 span { border-color: rgb(13,255,95); }

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