Html Css Color HEX #38FE86 Spring Green

📋 copy color: '#38FE86'

red 56 ◦ green 254 ◦ blue 134

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

Shades of Spring Green #38FE86

Tints of Spring Green #38FE86

RGB

 RED value IS 56 (22.27% from 255) = 12.61%

 GREEN value IS 254 (99.61% from 255) = 57.21%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 12.61%
G = 57.21%
B = 30.18%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#38FE86 (or 0x38FE86) is known color: Spring Green. HEX triplet: 38, FE and 86. RGB value is (56,254,134). Sum of RGB (Red+Green+Blue) = 56+254+134=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #38FE86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38FE86 is #C70179. Grayscale: #B5B5B5. Windows color (decimal): -13042042 or 8846904. OLE color: 8846904.

HSL color Cylindrical-coordinate representation of color #38FE86: hue angle of 143.64º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FE86 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 254 134 -
CMYK 0.78 0 0.47 0.00
HSL 143.64º 0.99% 0.61% -
HSV(B) 143.64º 0.78% 1% -
XYZ 41.38 73.45 34.55 -
YUV 181.12 101.4 38.76 -
System Red Green Blue C M Y K H S L
Decimal 56 254 134 0.78 0 0.47 0.00 143.64 0.99 0.61
Hex 38 FE 86 4E 0 2F 0 90 63 3D
Octal 70 376 206 116 0 57 0 220 143 75
Binary 111000 11111110 10000110 1001110 0 101111 0 10010000 1100011 111101

Color Harmonies of #38FE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FE86

Black with #38FE86

Text Example


Text Example

White with #38FE86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FE86; }

 p { color: rgb(56,254,134); }

 H1.HeaderClassName
 {
   color: #38FE86;
 }
 .AnyTagClassName
 {
   color: #38FE86;
 }
</style>

background-color css

<style>
 a { background-color: #38FE86; }

 a { background-color: rgb(56,254,134); }

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

border-color css

<style>
 span { border-color: #38FE86; }

 span { border-color: rgb(56,254,134); }

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