Html Css Color HEX #9BFC58 Conifer

📋 copy color: '#9BFC58'

red 155 ◦ green 252 ◦ blue 88

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

Shades of Conifer #9BFC58

Tints of Conifer #9BFC58

RGB

 RED value IS 155 (60.94% from 255) = 31.31%

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

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

R = 31.31%
G = 50.91%
B = 17.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#9BFC58 (or 0x9BFC58) is known color: Conifer. HEX triplet: 9B, FC and 58. RGB value is (155,252,88). Sum of RGB (Red+Green+Blue) = 155+252+88=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC58 is #6403A7. Grayscale: #CCCCCC. Windows color (decimal): -6554536 or 5831835. OLE color: 5831835.

HSL color Cylindrical-coordinate representation of color #9BFC58: hue angle of 95.49º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BFC58 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 252 88 -
CMYK 0.38 0 0.65 0.01
HSL 95.49º 0.96% 0.67% -
HSV(B) 95.49º 0.65% 0.99% -
XYZ 50.09 77.29 21.51 -
YUV 204.3 62.36 92.84 -
System Red Green Blue C M Y K H S L
Decimal 155 252 88 0.38 0 0.65 0.01 95.49 0.96 0.67
Hex 9B FC 58 26 0 41 1 5F 60 43
Octal 233 374 130 46 0 101 1 137 140 103
Binary 10011011 11111100 1011000 100110 0 1000001 1 1011111 1100000 1000011

Color Harmonies of #9BFC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFC58

Black with #9BFC58

Text Example


Text Example

White with #9BFC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BFC58; }

 p { color: rgb(155,252,88); }

 H1.HeaderClassName
 {
   color: #9BFC58;
 }
 .AnyTagClassName
 {
   color: #9BFC58;
 }
</style>

background-color css

<style>
 a { background-color: #9BFC58; }

 a { background-color: rgb(155,252,88); }

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

border-color css

<style>
 span { border-color: #9BFC58; }

 span { border-color: rgb(155,252,88); }

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