Html Css Color HEX #9BFB5E Conifer

📋 copy color: '#9BFB5E'

red 155 ◦ green 251 ◦ blue 94

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

Shades of Conifer #9BFB5E

Tints of Conifer #9BFB5E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.2%

 BLUE value IS 94 (37.11% from 255) = 18.8%

R = 31%
G = 50.2%
B = 18.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#9BFB5E (or 0x9BFB5E) is known color: Conifer. HEX triplet: 9B, FB and 5E. RGB value is (155,251,94). Sum of RGB (Red+Green+Blue) = 155+251+94=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFB5E is #6404A1. Grayscale: #CCCCCC. Windows color (decimal): -6554786 or 6224795. OLE color: 6224795.

HSL color Cylindrical-coordinate representation of color #9BFB5E: hue angle of 96.69º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BFB5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 155 251 94 -
CMYK 0.38 0 0.63 0.02
HSL 96.69º 0.95% 0.68% -
HSV(B) 96.69º 0.63% 0.98% -
XYZ 50.04 76.77 22.77 -
YUV 204.4 65.7 92.77 -
System Red Green Blue C M Y K H S L
Decimal 155 251 94 0.38 0 0.63 0.02 96.69 0.95 0.68
Hex 9B FB 5E 26 0 3F 2 61 5F 44
Octal 233 373 136 46 0 77 2 141 137 104
Binary 10011011 11111011 1011110 100110 0 111111 10 1100001 1011111 1000100

Color Harmonies of #9BFB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFB5E

Black with #9BFB5E

Text Example


Text Example

White with #9BFB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,251,94); }

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

background-color css

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

 a { background-color: rgb(155,251,94); }

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

border-color css

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

 span { border-color: rgb(155,251,94); }

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