Html Css Color HEX #96D925 Yellow Green

📋 copy color: '#96D925'

red 150 ◦ green 217 ◦ blue 37

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

Shades of Yellow Green #96D925

Tints of Yellow Green #96D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.71%

 BLUE value IS 37 (14.84% from 255) = 9.16%

R = 37.13%
G = 53.71%
B = 9.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#96D925 (or 0x96D925) is known color: Yellow Green. HEX triplet: 96, D9 and 25. RGB value is (150,217,37). Sum of RGB (Red+Green+Blue) = 150+217+37=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #96D925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D925 is #6926DA. Grayscale: #B1B1B1. Windows color (decimal): -6891227 or 2480534. OLE color: 2480534.

HSL color Cylindrical-coordinate representation of color #96D925: hue angle of 82.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96D925 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 37 -
CMYK 0.31 0 0.83 0.15
HSL 82.33º 0.71% 0.5% -
HSV(B) 82.33º 0.83% 0.85% -
XYZ 37.72 56.24 10.62 -
YUV 176.45 49.3 109.14 -
System Red Green Blue C M Y K H S L
Decimal 150 217 37 0.31 0 0.83 0.15 82.33 0.71 0.5
Hex 96 D9 25 1F 0 53 F 52 47 32
Octal 226 331 45 37 0 123 17 122 107 62
Binary 10010110 11011001 100101 11111 0 1010011 1111 1010010 1000111 110010

Color Harmonies of #96D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D925

Black with #96D925

Text Example


Text Example

White with #96D925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,37); }

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

background-color css

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

 a { background-color: rgb(150,217,37); }

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

border-color css

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

 span { border-color: rgb(150,217,37); }

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