Html Css Color HEX #96F121 Green Yellow

📋 copy color: '#96F121'

red 150 ◦ green 241 ◦ blue 33

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

Shades of Green Yellow #96F121

Tints of Green Yellow #96F121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.78%

R = 35.38%
G = 56.84%
B = 7.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#96F121 (or 0x96F121) is known color: Green Yellow. HEX triplet: 96, F1 and 21. RGB value is (150,241,33). Sum of RGB (Red+Green+Blue) = 150+241+33=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #96F121 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F121 is #690EDE. Grayscale: #BEBEBE. Windows color (decimal): -6885087 or 2224534. OLE color: 2224534.

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

Color convert

RGB 150 241 33 -
CMYK 0.38 0 0.86 0.05
HSL 86.25º 0.88% 0.54% -
HSV(B) 86.25º 0.86% 0.95% -
XYZ 44.31 69.5 12.52 -
YUV 190.08 39.35 99.41 -
System Red Green Blue C M Y K H S L
Decimal 150 241 33 0.38 0 0.86 0.05 86.25 0.88 0.54
Hex 96 F1 21 26 0 56 5 56 58 36
Octal 226 361 41 46 0 126 5 126 130 66
Binary 10010110 11110001 100001 100110 0 1010110 101 1010110 1011000 110110

Color Harmonies of #96F121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F121

Black with #96F121

Text Example


Text Example

White with #96F121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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