Html Css Color HEX #9BE050 Conifer

📋 copy color: '#9BE050'

red 155 ◦ green 224 ◦ blue 80

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

Shades of Conifer #9BE050

Tints of Conifer #9BE050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.8%

 BLUE value IS 80 (31.64% from 255) = 17.43%

R = 33.77%
G = 48.8%
B = 17.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#9BE050 (or 0x9BE050) is known color: Conifer. HEX triplet: 9B, E0 and 50. RGB value is (155,224,80). Sum of RGB (Red+Green+Blue) = 155+224+80=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE050 is #641FAF. Grayscale: #BBBBBB. Windows color (decimal): -6561712 or 5300379. OLE color: 5300379.

HSL color Cylindrical-coordinate representation of color #9BE050: hue angle of 88.75º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BE050 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 80 -
CMYK 0.31 0 0.64 0.12
HSL 88.75º 0.7% 0.6% -
HSV(B) 88.75º 0.64% 0.88% -
XYZ 41.62 60.86 17.14 -
YUV 186.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 155 224 80 0.31 0 0.64 0.12 88.75 0.7 0.6
Hex 9B E0 50 1F 0 40 C 59 46 3C
Octal 233 340 120 37 0 100 14 131 106 74
Binary 10011011 11100000 1010000 11111 0 1000000 1100 1011001 1000110 111100

Color Harmonies of #9BE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE050

Black with #9BE050

Text Example


Text Example

White with #9BE050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,224,80); }

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

background-color css

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

 a { background-color: rgb(155,224,80); }

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

border-color css

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

 span { border-color: rgb(155,224,80); }

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