Html Css Color HEX #96FE58 Conifer

📋 copy color: '#96FE58'

red 150 ◦ green 254 ◦ blue 88

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

Shades of Conifer #96FE58

Tints of Conifer #96FE58

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.63%

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

R = 30.49%
G = 51.63%
B = 17.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#96FE58 (or 0x96FE58) is known color: Conifer. HEX triplet: 96, FE and 58. RGB value is (150,254,88). Sum of RGB (Red+Green+Blue) = 150+254+88=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #96FE58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FE58 is #6901A7. Grayscale: #CCCCCC. Windows color (decimal): -6881704 or 5832342. OLE color: 5832342.

HSL color Cylindrical-coordinate representation of color #96FE58: hue angle of 97.59º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96FE58 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 254 88 -
CMYK 0.41 0 0.65 0.00
HSL 97.59º 0.99% 0.67% -
HSV(B) 97.59º 0.65% 1% -
XYZ 49.78 78.07 21.68 -
YUV 203.98 62.54 89.5 -
System Red Green Blue C M Y K H S L
Decimal 150 254 88 0.41 0 0.65 0.00 97.59 0.99 0.67
Hex 96 FE 58 29 0 41 0 62 63 43
Octal 226 376 130 51 0 101 0 142 143 103
Binary 10010110 11111110 1011000 101001 0 1000001 0 1100010 1100011 1000011

Color Harmonies of #96FE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96FE58

Black with #96FE58

Text Example


Text Example

White with #96FE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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