Html Css Color HEX #96F585 Light Green

📋 copy color: '#96F585'

red 150 ◦ green 245 ◦ blue 133

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

Shades of Light Green #96F585

Tints of Light Green #96F585

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.4%

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 28.41%
G = 46.4%
B = 25.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#96F585 (or 0x96F585) is known color: Light Green. HEX triplet: 96, F5 and 85. RGB value is (150,245,133). Sum of RGB (Red+Green+Blue) = 150+245+133=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #96F585 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F585 is #690A7A. Grayscale: #CCCCCC. Windows color (decimal): -6883963 or 8779158. OLE color: 8779158.

HSL color Cylindrical-coordinate representation of color #96F585: hue angle of 110.89º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96F585 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 245 133 -
CMYK 0.39 0 0.46 0.04
HSL 110.89º 0.85% 0.74% -
HSV(B) 110.89º 0.46% 0.96% -
XYZ 49.46 73.48 33.77 -
YUV 203.83 88.03 89.61 -
System Red Green Blue C M Y K H S L
Decimal 150 245 133 0.39 0 0.46 0.04 110.89 0.85 0.74
Hex 96 F5 85 27 0 2E 4 6F 55 4A
Octal 226 365 205 47 0 56 4 157 125 112
Binary 10010110 11110101 10000101 100111 0 101110 100 1101111 1010101 1001010

Color Harmonies of #96F585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F585

Black with #96F585

Text Example


Text Example

White with #96F585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,245,133); }

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

background-color css

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

 a { background-color: rgb(150,245,133); }

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

border-color css

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

 span { border-color: rgb(150,245,133); }

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