Html Css Color HEX #9BDC55 Conifer

📋 copy color: '#9BDC55'

red 155 ◦ green 220 ◦ blue 85

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

Shades of Conifer #9BDC55

Tints of Conifer #9BDC55

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

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

R = 33.7%
G = 47.83%
B = 18.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#9BDC55 (or 0x9BDC55) is known color: Conifer. HEX triplet: 9B, DC and 55. RGB value is (155,220,85). Sum of RGB (Red+Green+Blue) = 155+220+85=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC55 is #6423AA. Grayscale: #B9B9B9. Windows color (decimal): -6562731 or 5627035. OLE color: 5627035.

HSL color Cylindrical-coordinate representation of color #9BDC55: hue angle of 88.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BDC55 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 85 -
CMYK 0.30 0 0.61 0.14
HSL 88.89º 0.66% 0.6% -
HSV(B) 88.89º 0.61% 0.86% -
XYZ 40.75 58.81 17.8 -
YUV 185.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 155 220 85 0.30 0 0.61 0.14 88.89 0.66 0.6
Hex 9B DC 55 1E 0 3D E 59 42 3C
Octal 233 334 125 36 0 75 16 131 102 74
Binary 10011011 11011100 1010101 11110 0 111101 1110 1011001 1000010 111100

Color Harmonies of #9BDC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC55

Black with #9BDC55

Text Example


Text Example

White with #9BDC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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