Html Css Color HEX #38FA50 Screamin' Green

📋 copy color: '#38FA50'

red 56 ◦ green 250 ◦ blue 80

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

Shades of Screamin' Green #38FA50

Tints of Screamin' Green #38FA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 64.77%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 14.51%
G = 64.77%
B = 20.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#38FA50 (or 0x38FA50) is known color: Screamin' Green. HEX triplet: 38, FA and 50. RGB value is (56,250,80). Sum of RGB (Red+Green+Blue) = 56+250+80=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 250 (98.05% from 255 or 64.77% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38FA50 is #C705AF. Grayscale: #ADADAD. Windows color (decimal): -13043120 or 5306936. OLE color: 5306936.

HSL color Cylindrical-coordinate representation of color #38FA50: hue angle of 127.42º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FA50 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 80 -
CMYK 0.78 0 0.68 0.02
HSL 127.42º 0.95% 0.6% -
HSV(B) 127.42º 0.78% 0.98% -
XYZ 37.26 69.79 19.1 -
YUV 172.61 75.73 44.82 -
System Red Green Blue C M Y K H S L
Decimal 56 250 80 0.78 0 0.68 0.02 127.42 0.95 0.6
Hex 38 FA 50 4E 0 44 2 7F 5F 3C
Octal 70 372 120 116 0 104 2 177 137 74
Binary 111000 11111010 1010000 1001110 0 1000100 10 1111111 1011111 111100

Color Harmonies of #38FA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FA50

Black with #38FA50

Text Example


Text Example

White with #38FA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,250,80); }

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

background-color css

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

 a { background-color: rgb(56,250,80); }

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

border-color css

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

 span { border-color: rgb(56,250,80); }

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