Html Css Color HEX #96F036 Green Yellow

📋 copy color: '#96F036'

red 150 ◦ green 240 ◦ blue 54

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

Shades of Green Yellow #96F036

Tints of Green Yellow #96F036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 33.78%
G = 54.05%
B = 12.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#96F036 (or 0x96F036) is known color: Green Yellow. HEX triplet: 96, F0 and 36. RGB value is (150,240,54). Sum of RGB (Red+Green+Blue) = 150+240+54=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 240 (94.14% from 255 or 54.05% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 240 - color contains mainly: green. Hex color #96F036 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F036 is #690FC9. Grayscale: #C0C0C0. Windows color (decimal): -6885322 or 3600534. OLE color: 3600534.

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

Color convert

RGB 150 240 54 -
CMYK 0.37 0 0.78 0.06
HSL 89.03º 0.86% 0.58% -
HSV(B) 89.03º 0.78% 0.94% -
XYZ 44.4 69.07 14.48 -
YUV 191.89 50.18 98.12 -
System Red Green Blue C M Y K H S L
Decimal 150 240 54 0.37 0 0.78 0.06 89.03 0.86 0.58
Hex 96 F0 36 25 0 4E 6 59 56 3A
Octal 226 360 66 45 0 116 6 131 126 72
Binary 10010110 11110000 110110 100101 0 1001110 110 1011001 1010110 111010

Color Harmonies of #96F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F036

Black with #96F036

Text Example


Text Example

White with #96F036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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