Html Css Color HEX #9BF250 Conifer

📋 copy color: '#9BF250'

red 155 ◦ green 242 ◦ blue 80

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

Shades of Conifer #9BF250

Tints of Conifer #9BF250

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.73%

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

R = 32.49%
G = 50.73%
B = 16.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#9BF250 (or 0x9BF250) is known color: Conifer. HEX triplet: 9B, F2 and 50. RGB value is (155,242,80). Sum of RGB (Red+Green+Blue) = 155+242+80=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF250 is #640DAF. Grayscale: #C6C6C6. Windows color (decimal): -6557104 or 5304987. OLE color: 5304987.

HSL color Cylindrical-coordinate representation of color #9BF250: hue angle of 92.22º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BF250 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 80 -
CMYK 0.36 0 0.67 0.05
HSL 92.22º 0.86% 0.63% -
HSV(B) 92.22º 0.67% 0.95% -
XYZ 46.72 71.05 18.84 -
YUV 197.52 61.68 97.67 -
System Red Green Blue C M Y K H S L
Decimal 155 242 80 0.36 0 0.67 0.05 92.22 0.86 0.63
Hex 9B F2 50 24 0 43 5 5C 56 3F
Octal 233 362 120 44 0 103 5 134 126 77
Binary 10011011 11110010 1010000 100100 0 1000011 101 1011100 1010110 111111

Color Harmonies of #9BF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF250

Black with #9BF250

Text Example


Text Example

White with #9BF250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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