Html Css Color HEX #96F350 Conifer

📋 copy color: '#96F350'

red 150 ◦ green 243 ◦ blue 80

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

Shades of Conifer #96F350

Tints of Conifer #96F350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 51.37%

 BLUE value IS 80 (31.64% from 255) = 16.91%

R = 31.71%
G = 51.37%
B = 16.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#96F350 (or 0x96F350) is known color: Conifer. HEX triplet: 96, F3 and 50. RGB value is (150,243,80). Sum of RGB (Red+Green+Blue) = 150+243+80=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #96F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F350 is #690CAF. Grayscale: #C5C5C5. Windows color (decimal): -6884528 or 5305238. OLE color: 5305238.

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

Color convert

RGB 150 243 80 -
CMYK 0.38 0 0.67 0.05
HSL 94.23º 0.87% 0.63% -
HSV(B) 94.23º 0.67% 0.95% -
XYZ 46.08 71.16 18.9 -
YUV 196.61 62.19 94.75 -
System Red Green Blue C M Y K H S L
Decimal 150 243 80 0.38 0 0.67 0.05 94.23 0.87 0.63
Hex 96 F3 50 26 0 43 5 5E 57 3F
Octal 226 363 120 46 0 103 5 136 127 77
Binary 10010110 11110011 1010000 100110 0 1000011 101 1011110 1010111 111111

Color Harmonies of #96F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F350

Black with #96F350

Text Example


Text Example

White with #96F350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,243,80); }

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

background-color css

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

 a { background-color: rgb(150,243,80); }

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

border-color css

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

 span { border-color: rgb(150,243,80); }

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