Html Css Color HEX #9BD55F Conifer

📋 copy color: '#9BD55F'

red 155 ◦ green 213 ◦ blue 95

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

Shades of Conifer #9BD55F

Tints of Conifer #9BD55F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 95 (37.5% from 255) = 20.52%

R = 33.48%
G = 46%
B = 20.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#9BD55F (or 0x9BD55F) is known color: Conifer. HEX triplet: 9B, D5 and 5F. RGB value is (155,213,95). Sum of RGB (Red+Green+Blue) = 155+213+95=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD55F is #642AA0. Grayscale: #B6B6B6. Windows color (decimal): -6564513 or 6280603. OLE color: 6280603.

HSL color Cylindrical-coordinate representation of color #9BD55F: hue angle of 89.49º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BD55F is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 95 -
CMYK 0.27 0 0.55 0.16
HSL 89.49º 0.58% 0.6% -
HSV(B) 89.49º 0.55% 0.84% -
XYZ 39.38 55.38 19.44 -
YUV 182.21 78.78 108.59 -
System Red Green Blue C M Y K H S L
Decimal 155 213 95 0.27 0 0.55 0.16 89.49 0.58 0.6
Hex 9B D5 5F 1B 0 37 10 59 3A 3C
Octal 233 325 137 33 0 67 20 131 72 74
Binary 10011011 11010101 1011111 11011 0 110111 10000 1011001 111010 111100

Color Harmonies of #9BD55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD55F

Black with #9BD55F

Text Example


Text Example

White with #9BD55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,213,95); }

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

background-color css

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

 a { background-color: rgb(155,213,95); }

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

border-color css

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

 span { border-color: rgb(155,213,95); }

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