Html Css Color HEX #96F226 Green Yellow

📋 copy color: '#96F226'

red 150 ◦ green 242 ◦ blue 38

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

Shades of Green Yellow #96F226

Tints of Green Yellow #96F226

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.28%

 BLUE value IS 38 (15.23% from 255) = 8.84%

R = 34.88%
G = 56.28%
B = 8.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#96F226 (or 0x96F226) is known color: Green Yellow. HEX triplet: 96, F2 and 26. RGB value is (150,242,38). Sum of RGB (Red+Green+Blue) = 150+242+38=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #96F226 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F226 is #690DD9. Grayscale: #BFBFBF. Windows color (decimal): -6884826 or 2552470. OLE color: 2552470.

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

Color convert

RGB 150 242 38 -
CMYK 0.38 0 0.84 0.05
HSL 87.06º 0.89% 0.55% -
HSV(B) 87.06º 0.84% 0.95% -
XYZ 44.68 70.13 13.01 -
YUV 191.24 41.52 98.59 -
System Red Green Blue C M Y K H S L
Decimal 150 242 38 0.38 0 0.84 0.05 87.06 0.89 0.55
Hex 96 F2 26 26 0 54 5 57 59 37
Octal 226 362 46 46 0 124 5 127 131 67
Binary 10010110 11110010 100110 100110 0 1010100 101 1010111 1011001 110111

Color Harmonies of #96F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F226

Black with #96F226

Text Example


Text Example

White with #96F226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,242,38); }

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

background-color css

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

 a { background-color: rgb(150,242,38); }

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

border-color css

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

 span { border-color: rgb(150,242,38); }

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