Html Css Color HEX #96F17D Light Green

📋 copy color: '#96F17D'

red 150 ◦ green 241 ◦ blue 125

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

Shades of Light Green #96F17D

Tints of Light Green #96F17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

 BLUE value IS 125 (49.22% from 255) = 24.22%

R = 29.07%
G = 46.71%
B = 24.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#96F17D (or 0x96F17D) is known color: Light Green. HEX triplet: 96, F1 and 7D. RGB value is (150,241,125). Sum of RGB (Red+Green+Blue) = 150+241+125=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #96F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F17D is #690E82. Grayscale: #C8C8C8. Windows color (decimal): -6884995 or 8253846. OLE color: 8253846.

HSL color Cylindrical-coordinate representation of color #96F17D: hue angle of 107.07º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96F17D is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 125 -
CMYK 0.38 0 0.48 0.05
HSL 107.07º 0.81% 0.72% -
HSV(B) 107.07º 0.48% 0.95% -
XYZ 47.73 70.88 30.57 -
YUV 200.57 85.35 91.93 -
System Red Green Blue C M Y K H S L
Decimal 150 241 125 0.38 0 0.48 0.05 107.07 0.81 0.72
Hex 96 F1 7D 26 0 30 5 6B 51 48
Octal 226 361 175 46 0 60 5 153 121 110
Binary 10010110 11110001 1111101 100110 0 110000 101 1101011 1010001 1001000

Color Harmonies of #96F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F17D

Black with #96F17D

Text Example


Text Example

White with #96F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,125); }

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

background-color css

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

 a { background-color: rgb(150,241,125); }

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

border-color css

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

 span { border-color: rgb(150,241,125); }

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