Html Css Color HEX #96FF1F Green Yellow

📋 copy color: '#96FF1F'

red 150 ◦ green 255 ◦ blue 31

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

Shades of Green Yellow #96FF1F

Tints of Green Yellow #96FF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.11%

R = 34.4%
G = 58.49%
B = 7.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#96FF1F (or 0x96FF1F) is known color: Green Yellow. HEX triplet: 96, FF and 1F. RGB value is (150,255,31). Sum of RGB (Red+Green+Blue) = 150+255+31=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 255 (100% from 255 or 58.49% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF1F is #6900E0. Grayscale: #C6C6C6. Windows color (decimal): -6881505 or 2097046. OLE color: 2097046.

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

Color convert

RGB 150 255 31 -
CMYK 0.41 0 0.88 0
HSL 88.13º 1% 0.56% -
HSV(B) 88.13º 0.88% 1% -
XYZ 48.59 78.1 13.81 -
YUV 198.07 33.71 93.71 -
System Red Green Blue C M Y K H S L
Decimal 150 255 31 0.41 0 0.88 0 88.13 1 0.56
Hex 96 FF 1F 29 0 58 0 58 64 38
Octal 226 377 37 51 0 130 0 130 144 70
Binary 10010110 11111111 11111 101001 0 1011000 0 1011000 1100100 111000

Color Harmonies of #96FF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF1F

Black with #96FF1F

Text Example


Text Example

White with #96FF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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