Html Css Color HEX #96F256 Conifer

📋 copy color: '#96F256'

red 150 ◦ green 242 ◦ blue 86

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

Shades of Conifer #96F256

Tints of Conifer #96F256

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.63%

 BLUE value IS 86 (33.98% from 255) = 17.99%

R = 31.38%
G = 50.63%
B = 17.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#96F256 (or 0x96F256) is known color: Conifer. HEX triplet: 96, F2 and 56. RGB value is (150,242,86). Sum of RGB (Red+Green+Blue) = 150+242+86=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #96F256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F256 is #690DA9. Grayscale: #C5C5C5. Windows color (decimal): -6884778 or 5698198. OLE color: 5698198.

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

Color convert

RGB 150 242 86 -
CMYK 0.38 0 0.64 0.05
HSL 95.38º 0.86% 0.64% -
HSV(B) 95.38º 0.64% 0.95% -
XYZ 46.01 70.66 20.02 -
YUV 196.71 65.52 94.68 -
System Red Green Blue C M Y K H S L
Decimal 150 242 86 0.38 0 0.64 0.05 95.38 0.86 0.64
Hex 96 F2 56 26 0 40 5 5F 56 40
Octal 226 362 126 46 0 100 5 137 126 100
Binary 10010110 11110010 1010110 100110 0 1000000 101 1011111 1010110 1000000

Color Harmonies of #96F256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F256

Black with #96F256

Text Example


Text Example

White with #96F256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,242,86); }

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

background-color css

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

 a { background-color: rgb(150,242,86); }

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

border-color css

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

 span { border-color: rgb(150,242,86); }

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