Html Css Color HEX #96FF1B Green Yellow

📋 copy color: '#96FF1B'

red 150 ◦ green 255 ◦ blue 27

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

Shades of Green Yellow #96FF1B

Tints of Green Yellow #96FF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.25%

R = 34.72%
G = 59.03%
B = 6.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#96FF1B (or 0x96FF1B) is known color: Green Yellow. HEX triplet: 96, FF and 1B. RGB value is (150,255,27). Sum of RGB (Red+Green+Blue) = 150+255+27=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96FF1B is #6900E4. Grayscale: #C6C6C6. Windows color (decimal): -6881509 or 1834902. OLE color: 1834902.

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

Color convert

RGB 150 255 27 -
CMYK 0.41 0 0.89 0
HSL 87.63º 1% 0.55% -
HSV(B) 87.63º 0.89% 1% -
XYZ 48.54 78.08 13.55 -
YUV 197.61 31.71 94.04 -
System Red Green Blue C M Y K H S L
Decimal 150 255 27 0.41 0 0.89 0 87.63 1 0.55
Hex 96 FF 1B 29 0 59 0 58 64 37
Octal 226 377 33 51 0 131 0 130 144 67
Binary 10010110 11111111 11011 101001 0 1011001 0 1011000 1100100 110111

Color Harmonies of #96FF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FF1B

Black with #96FF1B

Text Example


Text Example

White with #96FF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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