Html Css Color HEX #0DEF76 Spring Green

📋 copy color: '#0DEF76'

red 13 ◦ green 239 ◦ blue 118

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

Shades of Spring Green #0DEF76

Tints of Spring Green #0DEF76

RGB

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

 GREEN value IS 239 (93.75% from 255) = 64.59%

 BLUE value IS 118 (46.48% from 255) = 31.89%

R = 3.51%
G = 64.59%
B = 31.89%

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

#0DEF76 (or 0x0DEF76) is known color: Spring Green. HEX triplet: 0D, EF and 76. RGB value is (13,239,118). Sum of RGB (Red+Green+Blue) = 13+239+118=370 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.51% from 370); Green value is 239 (93.75% from 255 or 64.59% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEF76 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DEF76 is #F21089. Grayscale: #9D9D9D. Windows color (decimal): -15863946 or 7794445. OLE color: 7794445.

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

Color convert

RGB 13 239 118 -
CMYK 0.95 0 0.51 0.06
HSL 147.88º 0.9% 0.49% -
HSV(B) 147.88º 0.95% 0.94% -
XYZ 34.3 63.13 27.52 -
YUV 157.63 105.63 24.84 -
System Red Green Blue C M Y K H S L
Decimal 13 239 118 0.95 0 0.51 0.06 147.88 0.9 0.49
Hex D EF 76 5F 0 33 6 94 5A 31
Octal 15 357 166 137 0 63 6 224 132 61
Binary 1101 11101111 1110110 1011111 0 110011 110 10010100 1011010 110001

Color Harmonies of #0DEF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEF76

Black with #0DEF76

Text Example


Text Example

White with #0DEF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,239,118); }

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

background-color css

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

 a { background-color: rgb(13,239,118); }

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

border-color css

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

 span { border-color: rgb(13,239,118); }

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