Html Css Color HEX #96FF38 Green Yellow

📋 copy color: '#96FF38'

red 150 ◦ green 255 ◦ blue 56

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

Shades of Green Yellow #96FF38

Tints of Green Yellow #96FF38

RGB

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

 GREEN value IS 255 (100% from 255) = 55.31%

 BLUE value IS 56 (22.27% from 255) = 12.15%

R = 32.54%
G = 55.31%
B = 12.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#96FF38 (or 0x96FF38) is known color: Green Yellow. HEX triplet: 96, FF and 38. RGB value is (150,255,56). Sum of RGB (Red+Green+Blue) = 150+255+56=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 56 (22.27% from 255 or 12.15% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF38 is #6900C7. Grayscale: #C9C9C9. Windows color (decimal): -6881480 or 3735446. OLE color: 3735446.

HSL color Cylindrical-coordinate representation of color #96FF38: hue angle of 91.66º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96FF38 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.

Color convert

RGB 150 255 56 -
CMYK 0.41 0 0.78 0
HSL 91.66º 1% 0.61% -
HSV(B) 91.66º 0.78% 1% -
XYZ 49.05 78.29 16.27 -
YUV 200.92 46.21 91.68 -
System Red Green Blue C M Y K H S L
Decimal 150 255 56 0.41 0 0.78 0 91.66 1 0.61
Hex 96 FF 38 29 0 4E 0 5C 64 3D
Octal 226 377 70 51 0 116 0 134 144 75
Binary 10010110 11111111 111000 101001 0 1001110 0 1011100 1100100 111101

Color Harmonies of #96FF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF38

Black with #96FF38

Text Example


Text Example

White with #96FF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,255,56); }

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

background-color css

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

 a { background-color: rgb(150,255,56); }

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

border-color css

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

 span { border-color: rgb(150,255,56); }

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