Html Css Color HEX #96F555 Conifer

📋 copy color: '#96F555'

red 150 ◦ green 245 ◦ blue 85

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

Shades of Conifer #96F555

Tints of Conifer #96F555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.71%

R = 31.25%
G = 51.04%
B = 17.71%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#96F555 (or 0x96F555) is known color: Conifer. HEX triplet: 96, F5 and 55. RGB value is (150,245,85). Sum of RGB (Red+Green+Blue) = 150+245+85=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #96F555 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F555 is #690AAA. Grayscale: #C6C6C6. Windows color (decimal): -6884011 or 5633430. OLE color: 5633430.

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

Color convert

RGB 150 245 85 -
CMYK 0.39 0 0.65 0.04
HSL 95.63º 0.89% 0.65% -
HSV(B) 95.63º 0.65% 0.96% -
XYZ 46.87 72.44 20.11 -
YUV 198.36 64.03 93.51 -
System Red Green Blue C M Y K H S L
Decimal 150 245 85 0.39 0 0.65 0.04 95.63 0.89 0.65
Hex 96 F5 55 27 0 41 4 60 59 41
Octal 226 365 125 47 0 101 4 140 131 101
Binary 10010110 11110101 1010101 100111 0 1000001 100 1100000 1011001 1000001

Color Harmonies of #96F555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F555

Black with #96F555

Text Example


Text Example

White with #96F555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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