Html Css Color HEX #96F328 Green Yellow

📋 copy color: '#96F328'

red 150 ◦ green 243 ◦ blue 40

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

Shades of Green Yellow #96F328

Tints of Green Yellow #96F328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.12%

 BLUE value IS 40 (16.02% from 255) = 9.24%

R = 34.64%
G = 56.12%
B = 9.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#96F328 (or 0x96F328) is known color: Green Yellow. HEX triplet: 96, F3 and 28. RGB value is (150,243,40). Sum of RGB (Red+Green+Blue) = 150+243+40=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 243 (95.31% from 255 or 56.12% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 243 - color contains mainly: green. Hex color #96F328 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F328 is #690CD7. Grayscale: #C0C0C0. Windows color (decimal): -6884568 or 2683798. OLE color: 2683798.

HSL color Cylindrical-coordinate representation of color #96F328: hue angle of 87.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96F328 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 243 40 -
CMYK 0.38 0 0.84 0.05
HSL 87.49º 0.89% 0.55% -
HSV(B) 87.49º 0.84% 0.95% -
XYZ 45.01 70.74 13.29 -
YUV 192.05 42.19 98.01 -
System Red Green Blue C M Y K H S L
Decimal 150 243 40 0.38 0 0.84 0.05 87.49 0.89 0.55
Hex 96 F3 28 26 0 54 5 57 59 37
Octal 226 363 50 46 0 124 5 127 131 67
Binary 10010110 11110011 101000 100110 0 1010100 101 1010111 1011001 110111

Color Harmonies of #96F328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F328

Black with #96F328

Text Example


Text Example

White with #96F328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,243,40); }

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

background-color css

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

 a { background-color: rgb(150,243,40); }

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

border-color css

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

 span { border-color: rgb(150,243,40); }

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