Html Css Color HEX #96F674 Light Green

📋 copy color: '#96F674'

red 150 ◦ green 246 ◦ blue 116

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

Shades of Light Green #96F674

Tints of Light Green #96F674

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.05%

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 29.3%
G = 48.05%
B = 22.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#96F674 (or 0x96F674) is known color: Light Green. HEX triplet: 96, F6 and 74. RGB value is (150,246,116). Sum of RGB (Red+Green+Blue) = 150+246+116=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #96F674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F674 is #69098B. Grayscale: #CACACA. Windows color (decimal): -6883724 or 7665302. OLE color: 7665302.

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

Color convert

RGB 150 246 116 -
CMYK 0.39 0 0.53 0.04
HSL 104.31º 0.88% 0.71% -
HSV(B) 104.31º 0.53% 0.96% -
XYZ 48.69 73.66 28.17 -
YUV 202.48 79.2 90.57 -
System Red Green Blue C M Y K H S L
Decimal 150 246 116 0.39 0 0.53 0.04 104.31 0.88 0.71
Hex 96 F6 74 27 0 35 4 68 58 47
Octal 226 366 164 47 0 65 4 150 130 107
Binary 10010110 11110110 1110100 100111 0 110101 100 1101000 1011000 1000111

Color Harmonies of #96F674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F674

Black with #96F674

Text Example


Text Example

White with #96F674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,246,116); }

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

background-color css

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

 a { background-color: rgb(150,246,116); }

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

border-color css

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

 span { border-color: rgb(150,246,116); }

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