Html Css Color HEX #9BE364 Conifer

📋 copy color: '#9BE364'

red 155 ◦ green 227 ◦ blue 100

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

Shades of Conifer #9BE364

Tints of Conifer #9BE364

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.1%

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

R = 32.16%
G = 47.1%
B = 20.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#9BE364 (or 0x9BE364) is known color: Conifer. HEX triplet: 9B, E3 and 64. RGB value is (155,227,100). Sum of RGB (Red+Green+Blue) = 155+227+100=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 100 (39.45% from 255 or 20.75% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE364 is #641C9B. Grayscale: #BFBFBF. Windows color (decimal): -6560924 or 6611867. OLE color: 6611867.

HSL color Cylindrical-coordinate representation of color #9BE364: hue angle of 94.02º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BE364 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 227 100 -
CMYK 0.32 0 0.56 0.11
HSL 94.02º 0.69% 0.64% -
HSV(B) 94.02º 0.56% 0.89% -
XYZ 43.29 62.83 21.9 -
YUV 190.99 76.65 102.33 -
System Red Green Blue C M Y K H S L
Decimal 155 227 100 0.32 0 0.56 0.11 94.02 0.69 0.64
Hex 9B E3 64 20 0 38 B 5E 45 40
Octal 233 343 144 40 0 70 13 136 105 100
Binary 10011011 11100011 1100100 100000 0 111000 1011 1011110 1000101 1000000

Color Harmonies of #9BE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE364

Black with #9BE364

Text Example


Text Example

White with #9BE364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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