Html Css Color HEX #96C52D Yellow Green

📋 copy color: '#96C52D'

red 150 ◦ green 197 ◦ blue 45

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

Shades of Yellow Green #96C52D

Tints of Yellow Green #96C52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

 BLUE value IS 45 (17.97% from 255) = 11.48%

R = 38.27%
G = 50.26%
B = 11.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#96C52D (or 0x96C52D) is known color: Yellow Green. HEX triplet: 96, C5 and 2D. RGB value is (150,197,45). Sum of RGB (Red+Green+Blue) = 150+197+45=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #96C52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C52D is #693AD2. Grayscale: #A6A6A6. Windows color (decimal): -6896339 or 2999702. OLE color: 2999702.

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

Color convert

RGB 150 197 45 -
CMYK 0.24 0 0.77 0.23
HSL 78.55º 0.63% 0.47% -
HSV(B) 78.55º 0.77% 0.77% -
XYZ 33.02 46.61 9.74 -
YUV 165.62 59.93 116.86 -
System Red Green Blue C M Y K H S L
Decimal 150 197 45 0.24 0 0.77 0.23 78.55 0.63 0.47
Hex 96 C5 2D 18 0 4D 17 4F 3F 2F
Octal 226 305 55 30 0 115 27 117 77 57
Binary 10010110 11000101 101101 11000 0 1001101 10111 1001111 111111 101111

Color Harmonies of #96C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C52D

Black with #96C52D

Text Example


Text Example

White with #96C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,197,45); }

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

background-color css

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

 a { background-color: rgb(150,197,45); }

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

border-color css

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

 span { border-color: rgb(150,197,45); }

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