Html Css Color HEX #0DFB71 Spring Green

📋 copy color: '#0DFB71'

red 13 ◦ green 251 ◦ blue 113

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

Shades of Spring Green #0DFB71

Tints of Spring Green #0DFB71

RGB

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

 GREEN value IS 251 (98.44% from 255) = 66.58%

 BLUE value IS 113 (44.53% from 255) = 29.97%

R = 3.45%
G = 66.58%
B = 29.97%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#0DFB71 (or 0x0DFB71) is known color: Spring Green. HEX triplet: 0D, FB and 71. RGB value is (13,251,113). Sum of RGB (Red+Green+Blue) = 13+251+113=377 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.45% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB71 is #F2048E. Grayscale: #A4A4A4. Windows color (decimal): -15860879 or 7469837. OLE color: 7469837.

HSL color Cylindrical-coordinate representation of color #0DFB71: hue angle of 145.21º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFB71 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 251 113 -
CMYK 0.95 0 0.55 0.02
HSL 145.21º 0.97% 0.52% -
HSV(B) 145.21º 0.95% 0.98% -
XYZ 37.64 70.27 27.2 -
YUV 164.11 99.15 20.22 -
System Red Green Blue C M Y K H S L
Decimal 13 251 113 0.95 0 0.55 0.02 145.21 0.97 0.52
Hex D FB 71 5F 0 37 2 91 61 34
Octal 15 373 161 137 0 67 2 221 141 64
Binary 1101 11111011 1110001 1011111 0 110111 10 10010001 1100001 110100

Color Harmonies of #0DFB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFB71

Black with #0DFB71

Text Example


Text Example

White with #0DFB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,251,113); }

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

background-color css

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

 a { background-color: rgb(13,251,113); }

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

border-color css

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

 span { border-color: rgb(13,251,113); }

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