Html Css Color HEX #96C42B Yellow Green

📋 copy color: '#96C42B'

red 150 ◦ green 196 ◦ blue 43

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

Shades of Yellow Green #96C42B

Tints of Yellow Green #96C42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

 BLUE value IS 43 (17.19% from 255) = 11.05%

R = 38.56%
G = 50.39%
B = 11.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#96C42B (or 0x96C42B) is known color: Yellow Green. HEX triplet: 96, C4 and 2B. RGB value is (150,196,43). Sum of RGB (Red+Green+Blue) = 150+196+43=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #96C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C42B is #693BD4. Grayscale: #A5A5A5. Windows color (decimal): -6896597 or 2868374. OLE color: 2868374.

HSL color Cylindrical-coordinate representation of color #96C42B: hue angle of 78.04º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96C42B is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 43 -
CMYK 0.23 0 0.78 0.23
HSL 78.04º 0.64% 0.47% -
HSV(B) 78.04º 0.78% 0.77% -
XYZ 32.75 46.14 9.46 -
YUV 164.8 59.26 117.44 -
System Red Green Blue C M Y K H S L
Decimal 150 196 43 0.23 0 0.78 0.23 78.04 0.64 0.47
Hex 96 C4 2B 17 0 4E 17 4E 40 2F
Octal 226 304 53 27 0 116 27 116 100 57
Binary 10010110 11000100 101011 10111 0 1001110 10111 1001110 1000000 101111

Color Harmonies of #96C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C42B

Black with #96C42B

Text Example


Text Example

White with #96C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,43); }

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

background-color css

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

 a { background-color: rgb(150,196,43); }

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

border-color css

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

 span { border-color: rgb(150,196,43); }

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