Html Css Color HEX #96F11C Green Yellow

📋 copy color: '#96F11C'

red 150 ◦ green 241 ◦ blue 28

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

Shades of Green Yellow #96F11C

Tints of Green Yellow #96F11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.68%

R = 35.8%
G = 57.52%
B = 6.68%

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

#96F11C (or 0x96F11C) is known color: Green Yellow. HEX triplet: 96, F1 and 1C. RGB value is (150,241,28). Sum of RGB (Red+Green+Blue) = 150+241+28=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #96F11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F11C is #690EE3. Grayscale: #BEBEBE. Windows color (decimal): -6885092 or 1896854. OLE color: 1896854.

HSL color Cylindrical-coordinate representation of color #96F11C: hue angle of 85.63º 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 #96F11C is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 28 -
CMYK 0.38 0 0.88 0.05
HSL 85.63º 0.88% 0.53% -
HSV(B) 85.63º 0.88% 0.95% -
XYZ 44.24 69.48 12.18 -
YUV 189.51 36.85 99.82 -
System Red Green Blue C M Y K H S L
Decimal 150 241 28 0.38 0 0.88 0.05 85.63 0.88 0.53
Hex 96 F1 1C 26 0 58 5 56 58 35
Octal 226 361 34 46 0 130 5 126 130 65
Binary 10010110 11110001 11100 100110 0 1011000 101 1010110 1011000 110101

Color Harmonies of #96F11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F11C

Black with #96F11C

Text Example


Text Example

White with #96F11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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