Html Css Color HEX #9BF555 Conifer

📋 copy color: '#9BF555'

red 155 ◦ green 245 ◦ blue 85

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

Shades of Conifer #9BF555

Tints of Conifer #9BF555

RGB

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

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

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

R = 31.96%
G = 50.52%
B = 17.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#9BF555 (or 0x9BF555) is known color: Conifer. HEX triplet: 9B, F5 and 55. RGB value is (155,245,85). Sum of RGB (Red+Green+Blue) = 155+245+85=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF555 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF555 is #640AAA. Grayscale: #C8C8C8. Windows color (decimal): -6556331 or 5633435. OLE color: 5633435.

HSL color Cylindrical-coordinate representation of color #9BF555: hue angle of 93.75º 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 #9BF555 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 245 85 -
CMYK 0.37 0 0.65 0.04
HSL 93.75º 0.89% 0.65% -
HSV(B) 93.75º 0.65% 0.96% -
XYZ 47.81 72.93 20.15 -
YUV 199.85 63.18 96.01 -
System Red Green Blue C M Y K H S L
Decimal 155 245 85 0.37 0 0.65 0.04 93.75 0.89 0.65
Hex 9B F5 55 25 0 41 4 5E 59 41
Octal 233 365 125 45 0 101 4 136 131 101
Binary 10011011 11110101 1010101 100101 0 1000001 100 1011110 1011001 1000001

Color Harmonies of #9BF555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF555

Black with #9BF555

Text Example


Text Example

White with #9BF555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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