Html Css Color HEX #0DFB7B Spring Green

📋 copy color: '#0DFB7B'

red 13 ◦ green 251 ◦ blue 123

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

Shades of Spring Green #0DFB7B

Tints of Spring Green #0DFB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 3.36%
G = 64.86%
B = 31.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#0DFB7B (or 0x0DFB7B) is known color: Spring Green. HEX triplet: 0D, FB and 7B. RGB value is (13,251,123). Sum of RGB (Red+Green+Blue) = 13+251+123=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 251 (98.44% from 255 or 64.86% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 251 - color contains mainly: green. Hex color #0DFB7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFB7B is #F20484. Grayscale: #A5A5A5. Windows color (decimal): -15860869 or 8125197. OLE color: 8125197.

HSL color Cylindrical-coordinate representation of color #0DFB7B: hue angle of 147.73º 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 #0DFB7B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 251 123 -
CMYK 0.95 0 0.51 0.02
HSL 147.73º 0.97% 0.52% -
HSV(B) 147.73º 0.95% 0.98% -
XYZ 38.24 70.51 30.33 -
YUV 165.25 104.15 19.41 -
System Red Green Blue C M Y K H S L
Decimal 13 251 123 0.95 0 0.51 0.02 147.73 0.97 0.52
Hex D FB 7B 5F 0 33 2 94 61 34
Octal 15 373 173 137 0 63 2 224 141 64
Binary 1101 11111011 1111011 1011111 0 110011 10 10010100 1100001 110100

Color Harmonies of #0DFB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFB7B

Black with #0DFB7B

Text Example


Text Example

White with #0DFB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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