Html Css Color HEX #9BDC64 Conifer

📋 copy color: '#9BDC64'

red 155 ◦ green 220 ◦ blue 100

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

Shades of Conifer #9BDC64

Tints of Conifer #9BDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.05%

R = 32.63%
G = 46.32%
B = 21.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#9BDC64 (or 0x9BDC64) is known color: Conifer. HEX triplet: 9B, DC and 64. RGB value is (155,220,100). Sum of RGB (Red+Green+Blue) = 155+220+100=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC64 is #64239B. Grayscale: #BBBBBB. Windows color (decimal): -6562716 or 6610075. OLE color: 6610075.

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

Color convert

RGB 155 220 100 -
CMYK 0.30 0 0.55 0.14
HSL 92.5º 0.63% 0.63% -
HSV(B) 92.5º 0.55% 0.86% -
XYZ 41.41 59.08 21.28 -
YUV 186.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 155 220 100 0.30 0 0.55 0.14 92.5 0.63 0.63
Hex 9B DC 64 1E 0 37 E 5C 3F 3F
Octal 233 334 144 36 0 67 16 134 77 77
Binary 10011011 11011100 1100100 11110 0 110111 1110 1011100 111111 111111

Color Harmonies of #9BDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC64

Black with #9BDC64

Text Example


Text Example

White with #9BDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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