Html Css Color HEX #40F950 Screamin' Green

📋 copy color: '#40F950'

red 64 ◦ green 249 ◦ blue 80

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

Shades of Screamin' Green #40F950

Tints of Screamin' Green #40F950

RGB

 RED value IS 64 (25.39% from 255) = 16.28%

 GREEN value IS 249 (97.66% from 255) = 63.36%

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

R = 16.28%
G = 63.36%
B = 20.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#40F950 (or 0x40F950) is known color: Screamin' Green. HEX triplet: 40, F9 and 50. RGB value is (64,249,80). Sum of RGB (Red+Green+Blue) = 64+249+80=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 249 (97.66% from 255 or 63.36% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 249 - color contains mainly: green. Hex color #40F950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40F950 is #BF06AF. Grayscale: #AEAEAE. Windows color (decimal): -12519088 or 5306688. OLE color: 5306688.

HSL color Cylindrical-coordinate representation of color #40F950: hue angle of 125.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F950 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 249 80 -
CMYK 0.74 0 0.68 0.02
HSL 125.19º 0.94% 0.61% -
HSV(B) 125.19º 0.74% 0.98% -
XYZ 37.44 69.42 19.02 -
YUV 174.42 74.71 49.24 -
System Red Green Blue C M Y K H S L
Decimal 64 249 80 0.74 0 0.68 0.02 125.19 0.94 0.61
Hex 40 F9 50 4A 0 44 2 7D 5E 3D
Octal 100 371 120 112 0 104 2 175 136 75
Binary 1000000 11111001 1010000 1001010 0 1000100 10 1111101 1011110 111101

Color Harmonies of #40F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40F950

Black with #40F950

Text Example


Text Example

White with #40F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40F950; }

 p { color: rgb(64,249,80); }

 H1.HeaderClassName
 {
   color: #40F950;
 }
 .AnyTagClassName
 {
   color: #40F950;
 }
</style>

background-color css

<style>
 a { background-color: #40F950; }

 a { background-color: rgb(64,249,80); }

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

border-color css

<style>
 span { border-color: #40F950; }

 span { border-color: rgb(64,249,80); }

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