Html Css Color HEX #9BDF50 Conifer

📋 copy color: '#9BDF50'

red 155 ◦ green 223 ◦ blue 80

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

Shades of Conifer #9BDF50

Tints of Conifer #9BDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.69%

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

R = 33.84%
G = 48.69%
B = 17.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#9BDF50 (or 0x9BDF50) is known color: Conifer. HEX triplet: 9B, DF and 50. RGB value is (155,223,80). Sum of RGB (Red+Green+Blue) = 155+223+80=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF50 is #6420AF. Grayscale: #BABABA. Windows color (decimal): -6561968 or 5300123. OLE color: 5300123.

HSL color Cylindrical-coordinate representation of color #9BDF50: hue angle of 88.53º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BDF50 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 80 -
CMYK 0.30 0 0.64 0.13
HSL 88.53º 0.69% 0.59% -
HSV(B) 88.53º 0.64% 0.87% -
XYZ 41.35 60.32 17.05 -
YUV 186.37 67.97 105.63 -
System Red Green Blue C M Y K H S L
Decimal 155 223 80 0.30 0 0.64 0.13 88.53 0.69 0.59
Hex 9B DF 50 1E 0 40 D 59 45 3B
Octal 233 337 120 36 0 100 15 131 105 73
Binary 10011011 11011111 1010000 11110 0 1000000 1101 1011001 1000101 111011

Color Harmonies of #9BDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF50

Black with #9BDF50

Text Example


Text Example

White with #9BDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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