Html Css Color HEX #96C228 Yellow Green

📋 copy color: '#96C228'

red 150 ◦ green 194 ◦ blue 40

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

Shades of Yellow Green #96C228

Tints of Yellow Green #96C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.52%

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 39.06%
G = 50.52%
B = 10.42%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#96C228 (or 0x96C228) is known color: Yellow Green. HEX triplet: 96, C2 and 28. RGB value is (150,194,40). Sum of RGB (Red+Green+Blue) = 150+194+40=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #96C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C228 is #693DD7. Grayscale: #A3A3A3. Windows color (decimal): -6897112 or 2671254. OLE color: 2671254.

HSL color Cylindrical-coordinate representation of color #96C228: hue angle of 77.14º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96C228 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 40 -
CMYK 0.23 0 0.79 0.24
HSL 77.14º 0.66% 0.46% -
HSV(B) 77.14º 0.79% 0.76% -
XYZ 32.25 45.22 9.04 -
YUV 163.29 58.42 118.52 -
System Red Green Blue C M Y K H S L
Decimal 150 194 40 0.23 0 0.79 0.24 77.14 0.66 0.46
Hex 96 C2 28 17 0 4F 18 4D 42 2E
Octal 226 302 50 27 0 117 30 115 102 56
Binary 10010110 11000010 101000 10111 0 1001111 11000 1001101 1000010 101110

Color Harmonies of #96C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C228

Black with #96C228

Text Example


Text Example

White with #96C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,40); }

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

background-color css

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

 a { background-color: rgb(150,194,40); }

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

border-color css

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

 span { border-color: rgb(150,194,40); }

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