Html Css Color HEX #96F326 Green Yellow

📋 copy color: '#96F326'

red 150 ◦ green 243 ◦ blue 38

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

Shades of Green Yellow #96F326

Tints of Green Yellow #96F326

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.38%

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

R = 34.8%
G = 56.38%
B = 8.82%

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

#96F326 (or 0x96F326) is known color: Green Yellow. HEX triplet: 96, F3 and 26. RGB value is (150,243,38). Sum of RGB (Red+Green+Blue) = 150+243+38=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 38 (15.23% from 255 or 8.82% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #96F326 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96F326 is #690CD9. Grayscale: #C0C0C0. Windows color (decimal): -6884570 or 2552726. OLE color: 2552726.

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

Color convert

RGB 150 243 38 -
CMYK 0.38 0 0.84 0.05
HSL 87.22º 0.9% 0.55% -
HSV(B) 87.22º 0.84% 0.95% -
XYZ 44.98 70.73 13.11 -
YUV 191.82 41.19 98.17 -
System Red Green Blue C M Y K H S L
Decimal 150 243 38 0.38 0 0.84 0.05 87.22 0.9 0.55
Hex 96 F3 26 26 0 54 5 57 5A 37
Octal 226 363 46 46 0 124 5 127 132 67
Binary 10010110 11110011 100110 100110 0 1010100 101 1010111 1011010 110111

Color Harmonies of #96F326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F326

Black with #96F326

Text Example


Text Example

White with #96F326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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