Html Css Color HEX #96C238 Yellow Green

📋 copy color: '#96C238'

red 150 ◦ green 194 ◦ blue 56

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

Shades of Yellow Green #96C238

Tints of Yellow Green #96C238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14%

R = 37.5%
G = 48.5%
B = 14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#96C238 (or 0x96C238) is known color: Yellow Green. HEX triplet: 96, C2 and 38. RGB value is (150,194,56). Sum of RGB (Red+Green+Blue) = 150+194+56=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #96C238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C238 is #693DC7. Grayscale: #A5A5A5. Windows color (decimal): -6897096 or 3719830. OLE color: 3719830.

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

Color convert

RGB 150 194 56 -
CMYK 0.23 0 0.71 0.24
HSL 79.13º 0.55% 0.49% -
HSV(B) 79.13º 0.71% 0.76% -
XYZ 32.58 45.35 10.78 -
YUV 165.11 66.42 117.22 -
System Red Green Blue C M Y K H S L
Decimal 150 194 56 0.23 0 0.71 0.24 79.13 0.55 0.49
Hex 96 C2 38 17 0 47 18 4F 37 31
Octal 226 302 70 27 0 107 30 117 67 61
Binary 10010110 11000010 111000 10111 0 1000111 11000 1001111 110111 110001

Color Harmonies of #96C238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C238

Black with #96C238

Text Example


Text Example

White with #96C238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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