Html Css Color HEX #9BDC65 Feijoa

📋 copy color: '#9BDC65'

red 155 ◦ green 220 ◦ blue 101

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

Shades of Feijoa #9BDC65

Tints of Feijoa #9BDC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 32.56%
G = 46.22%
B = 21.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#9BDC65 (or 0x9BDC65) is known color: Feijoa. HEX triplet: 9B, DC and 65. RGB value is (155,220,101). Sum of RGB (Red+Green+Blue) = 155+220+101=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC65 is #64239A. Grayscale: #BBBBBB. Windows color (decimal): -6562715 or 6675611. OLE color: 6675611.

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

Color convert

RGB 155 220 101 -
CMYK 0.30 0 0.54 0.14
HSL 92.77º 0.63% 0.63% -
HSV(B) 92.77º 0.54% 0.86% -
XYZ 41.46 59.09 21.53 -
YUV 187 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 155 220 101 0.30 0 0.54 0.14 92.77 0.63 0.63
Hex 9B DC 65 1E 0 36 E 5D 3F 3F
Octal 233 334 145 36 0 66 16 135 77 77
Binary 10011011 11011100 1100101 11110 0 110110 1110 1011101 111111 111111

Color Harmonies of #9BDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC65

Black with #9BDC65

Text Example


Text Example

White with #9BDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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