Html Css Color HEX #96F758 Conifer

📋 copy color: '#96F758'

red 150 ◦ green 247 ◦ blue 88

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

Shades of Conifer #96F758

Tints of Conifer #96F758

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.93%

 BLUE value IS 88 (34.77% from 255) = 18.14%

R = 30.93%
G = 50.93%
B = 18.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#96F758 (or 0x96F758) is known color: Conifer. HEX triplet: 96, F7 and 58. RGB value is (150,247,88). Sum of RGB (Red+Green+Blue) = 150+247+88=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #96F758 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F758 is #6908A7. Grayscale: #C8C8C8. Windows color (decimal): -6883496 or 5830550. OLE color: 5830550.

HSL color Cylindrical-coordinate representation of color #96F758: hue angle of 96.6º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96F758 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 247 88 -
CMYK 0.39 0 0.64 0.03
HSL 96.6º 0.91% 0.66% -
HSV(B) 96.6º 0.64% 0.97% -
XYZ 47.6 73.71 20.95 -
YUV 199.87 64.86 92.43 -
System Red Green Blue C M Y K H S L
Decimal 150 247 88 0.39 0 0.64 0.03 96.6 0.91 0.66
Hex 96 F7 58 27 0 40 3 61 5B 42
Octal 226 367 130 47 0 100 3 141 133 102
Binary 10010110 11110111 1011000 100111 0 1000000 11 1100001 1011011 1000010

Color Harmonies of #96F758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F758

Black with #96F758

Text Example


Text Example

White with #96F758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,247,88); }

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

background-color css

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

 a { background-color: rgb(150,247,88); }

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

border-color css

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

 span { border-color: rgb(150,247,88); }

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