Html Css Color HEX #96FB51 Green Yellow

📋 copy color: '#96FB51'

red 150 ◦ green 251 ◦ blue 81

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

Shades of Green Yellow #96FB51

Tints of Green Yellow #96FB51

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.07%

 BLUE value IS 81 (32.03% from 255) = 16.8%

R = 31.12%
G = 52.07%
B = 16.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#96FB51 (or 0x96FB51) is known color: Green Yellow. HEX triplet: 96, FB and 51. RGB value is (150,251,81). Sum of RGB (Red+Green+Blue) = 150+251+81=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 81 (32.03% from 255 or 16.80% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB51 is #6904AE. Grayscale: #CACACA. Windows color (decimal): -6882479 or 5372822. OLE color: 5372822.

HSL color Cylindrical-coordinate representation of color #96FB51: hue angle of 95.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96FB51 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 251 81 -
CMYK 0.40 0 0.68 0.02
HSL 95.65º 0.96% 0.65% -
HSV(B) 95.65º 0.68% 0.98% -
XYZ 48.56 76.07 19.91 -
YUV 201.42 60.04 91.32 -
System Red Green Blue C M Y K H S L
Decimal 150 251 81 0.40 0 0.68 0.02 95.65 0.96 0.65
Hex 96 FB 51 28 0 44 2 60 60 41
Octal 226 373 121 50 0 104 2 140 140 101
Binary 10010110 11111011 1010001 101000 0 1000100 10 1100000 1100000 1000001

Color Harmonies of #96FB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FB51

Black with #96FB51

Text Example


Text Example

White with #96FB51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,251,81); }

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

background-color css

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

 a { background-color: rgb(150,251,81); }

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

border-color css

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

 span { border-color: rgb(150,251,81); }

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