Html Css Color HEX #96FC5D Conifer

📋 copy color: '#96FC5D'

red 150 ◦ green 252 ◦ blue 93

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

Shades of Conifer #96FC5D

Tints of Conifer #96FC5D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.91%

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 30.3%
G = 50.91%
B = 18.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#96FC5D (or 0x96FC5D) is known color: Conifer. HEX triplet: 96, FC and 5D. RGB value is (150,252,93). Sum of RGB (Red+Green+Blue) = 150+252+93=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #96FC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FC5D is #6903A2. Grayscale: #CBCBCB. Windows color (decimal): -6882211 or 6159510. OLE color: 6159510.

HSL color Cylindrical-coordinate representation of color #96FC5D: hue angle of 98.49º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96FC5D is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 252 93 -
CMYK 0.40 0 0.63 0.01
HSL 98.49º 0.96% 0.68% -
HSV(B) 98.49º 0.63% 0.99% -
XYZ 49.36 76.9 22.6 -
YUV 203.38 65.71 89.93 -
System Red Green Blue C M Y K H S L
Decimal 150 252 93 0.40 0 0.63 0.01 98.49 0.96 0.68
Hex 96 FC 5D 28 0 3F 1 62 60 44
Octal 226 374 135 50 0 77 1 142 140 104
Binary 10010110 11111100 1011101 101000 0 111111 1 1100010 1100000 1000100

Color Harmonies of #96FC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FC5D

Black with #96FC5D

Text Example


Text Example

White with #96FC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,252,93); }

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

background-color css

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

 a { background-color: rgb(150,252,93); }

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

border-color css

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

 span { border-color: rgb(150,252,93); }

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