Html Css Color HEX #0DFF78 Spring Green

📋 copy color: '#0DFF78'

red 13 ◦ green 255 ◦ blue 120

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

Shades of Spring Green #0DFF78

Tints of Spring Green #0DFF78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 3.35%
G = 65.72%
B = 30.93%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#0DFF78 (or 0x0DFF78) is known color: Spring Green. HEX triplet: 0D, FF and 78. RGB value is (13,255,120). Sum of RGB (Red+Green+Blue) = 13+255+120=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF78 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DFF78 is #F20087. Grayscale: #A7A7A7. Windows color (decimal): -15859848 or 7929613. OLE color: 7929613.

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

Color convert

RGB 13 255 120 -
CMYK 0.95 0 0.53 0
HSL 146.53º 1% 0.53% -
HSV(B) 146.53º 0.95% 1% -
XYZ 39.32 72.96 29.78 -
YUV 167.25 101.33 17.98 -
System Red Green Blue C M Y K H S L
Decimal 13 255 120 0.95 0 0.53 0 146.53 1 0.53
Hex D FF 78 5F 0 35 0 93 64 35
Octal 15 377 170 137 0 65 0 223 144 65
Binary 1101 11111111 1111000 1011111 0 110101 0 10010011 1100100 110101

Color Harmonies of #0DFF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFF78

Black with #0DFF78

Text Example


Text Example

White with #0DFF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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