Html Css Color HEX #96F11E Green Yellow

📋 copy color: '#96F11E'

red 150 ◦ green 241 ◦ blue 30

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

Shades of Green Yellow #96F11E

Tints of Green Yellow #96F11E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.24%

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 35.63%
G = 57.24%
B = 7.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#96F11E (or 0x96F11E) is known color: Green Yellow. HEX triplet: 96, F1 and 1E. RGB value is (150,241,30). Sum of RGB (Red+Green+Blue) = 150+241+30=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #96F11E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F11E is #690EE1. Grayscale: #BEBEBE. Windows color (decimal): -6885090 or 2027926. OLE color: 2027926.

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

Color convert

RGB 150 241 30 -
CMYK 0.38 0 0.88 0.05
HSL 85.88º 0.88% 0.53% -
HSV(B) 85.88º 0.88% 0.95% -
XYZ 44.27 69.49 12.31 -
YUV 189.74 37.85 99.66 -
System Red Green Blue C M Y K H S L
Decimal 150 241 30 0.38 0 0.88 0.05 85.88 0.88 0.53
Hex 96 F1 1E 26 0 58 5 56 58 35
Octal 226 361 36 46 0 130 5 126 130 65
Binary 10010110 11110001 11110 100110 0 1011000 101 1010110 1011000 110101

Color Harmonies of #96F11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F11E

Black with #96F11E

Text Example


Text Example

White with #96F11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,30); }

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

background-color css

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

 a { background-color: rgb(150,241,30); }

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

border-color css

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

 span { border-color: rgb(150,241,30); }

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