Html Css Color HEX #0DF77F Spring Green

📋 copy color: '#0DF77F'

red 13 ◦ green 247 ◦ blue 127

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

Shades of Spring Green #0DF77F

Tints of Spring Green #0DF77F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 63.82%

 BLUE value IS 127 (50% from 255) = 32.82%

R = 3.36%
G = 63.82%
B = 32.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#0DF77F (or 0x0DF77F) is known color: Spring Green. HEX triplet: 0D, F7 and 7F. RGB value is (13,247,127). Sum of RGB (Red+Green+Blue) = 13+247+127=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 247 (96.88% from 255 or 63.82% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 247 - color contains mainly: green. Hex color #0DF77F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DF77F is #F20880. Grayscale: #A3A3A3. Windows color (decimal): -15861889 or 8386317. OLE color: 8386317.

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

Color convert

RGB 13 247 127 -
CMYK 0.95 0 0.49 0.03
HSL 149.23º 0.94% 0.51% -
HSV(B) 149.23º 0.95% 0.97% -
XYZ 37.26 68.14 31.27 -
YUV 163.35 107.48 20.76 -
System Red Green Blue C M Y K H S L
Decimal 13 247 127 0.95 0 0.49 0.03 149.23 0.94 0.51
Hex D F7 7F 5F 0 31 3 95 5E 33
Octal 15 367 177 137 0 61 3 225 136 63
Binary 1101 11110111 1111111 1011111 0 110001 11 10010101 1011110 110011

Color Harmonies of #0DF77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF77F

Black with #0DF77F

Text Example


Text Example

White with #0DF77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,247,127); }

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

background-color css

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

 a { background-color: rgb(13,247,127); }

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

border-color css

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

 span { border-color: rgb(13,247,127); }

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