Html Css Color HEX #96F830 Green Yellow

📋 copy color: '#96F830'

red 150 ◦ green 248 ◦ blue 48

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

Shades of Green Yellow #96F830

Tints of Green Yellow #96F830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.61%

 BLUE value IS 48 (19.14% from 255) = 10.76%

R = 33.63%
G = 55.61%
B = 10.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#96F830 (or 0x96F830) is known color: Green Yellow. HEX triplet: 96, F8 and 30. RGB value is (150,248,48). Sum of RGB (Red+Green+Blue) = 150+248+48=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #96F830 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F830 is #6907CF. Grayscale: #C4C4C4. Windows color (decimal): -6883280 or 3209366. OLE color: 3209366.

HSL color Cylindrical-coordinate representation of color #96F830: hue angle of 89.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96F830 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 248 48 -
CMYK 0.40 0 0.81 0.03
HSL 89.4º 0.93% 0.58% -
HSV(B) 89.4º 0.81% 0.97% -
XYZ 46.68 73.83 14.59 -
YUV 195.9 44.53 95.26 -
System Red Green Blue C M Y K H S L
Decimal 150 248 48 0.40 0 0.81 0.03 89.4 0.93 0.58
Hex 96 F8 30 28 0 51 3 59 5D 3A
Octal 226 370 60 50 0 121 3 131 135 72
Binary 10010110 11111000 110000 101000 0 1010001 11 1011001 1011101 111010

Color Harmonies of #96F830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F830

Black with #96F830

Text Example


Text Example

White with #96F830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,248,48); }

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

background-color css

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

 a { background-color: rgb(150,248,48); }

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

border-color css

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

 span { border-color: rgb(150,248,48); }

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