Html Css Color HEX #96F031 Green Yellow

📋 copy color: '#96F031'

red 150 ◦ green 240 ◦ blue 49

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

Shades of Green Yellow #96F031

Tints of Green Yellow #96F031

RGB

 RED value IS 150 (58.98% from 255) = 34.17%

 GREEN value IS 240 (94.14% from 255) = 54.67%

 BLUE value IS 49 (19.53% from 255) = 11.16%

R = 34.17%
G = 54.67%
B = 11.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#96F031 (or 0x96F031) is known color: Green Yellow. HEX triplet: 96, F0 and 31. RGB value is (150,240,49). Sum of RGB (Red+Green+Blue) = 150+240+49=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #96F031 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F031 is #690FCE. Grayscale: #BFBFBF. Windows color (decimal): -6885327 or 3272854. OLE color: 3272854.

HSL color Cylindrical-coordinate representation of color #96F031: hue angle of 88.27º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96F031 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 49 -
CMYK 0.37 0 0.80 0.06
HSL 88.27º 0.86% 0.57% -
HSV(B) 88.27º 0.8% 0.94% -
XYZ 44.29 69.03 13.89 -
YUV 191.32 47.68 98.53 -
System Red Green Blue C M Y K H S L
Decimal 150 240 49 0.37 0 0.80 0.06 88.27 0.86 0.57
Hex 96 F0 31 25 0 50 6 58 56 39
Octal 226 360 61 45 0 120 6 130 126 71
Binary 10010110 11110000 110001 100101 0 1010000 110 1011000 1010110 111001

Color Harmonies of #96F031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F031

Black with #96F031

Text Example


Text Example

White with #96F031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F031; }

 p { color: rgb(150,240,49); }

 H1.HeaderClassName
 {
   color: #96F031;
 }
 .AnyTagClassName
 {
   color: #96F031;
 }
</style>

background-color css

<style>
 a { background-color: #96F031; }

 a { background-color: rgb(150,240,49); }

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

border-color css

<style>
 span { border-color: #96F031; }

 span { border-color: rgb(150,240,49); }

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