Html Css Color HEX #9BF261 Conifer

📋 copy color: '#9BF261'

red 155 ◦ green 242 ◦ blue 97

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

Shades of Conifer #9BF261

Tints of Conifer #9BF261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.64%

R = 31.38%
G = 48.99%
B = 19.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#9BF261 (or 0x9BF261) is known color: Conifer. HEX triplet: 9B, F2 and 61. RGB value is (155,242,97). Sum of RGB (Red+Green+Blue) = 155+242+97=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF261 is #640D9E. Grayscale: #C7C7C7. Windows color (decimal): -6557087 or 6419099. OLE color: 6419099.

HSL color Cylindrical-coordinate representation of color #9BF261: hue angle of 96º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BF261 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 242 97 -
CMYK 0.36 0 0.60 0.05
HSL 96º 0.85% 0.66% -
HSV(B) 96º 0.6% 0.95% -
XYZ 47.43 71.34 22.58 -
YUV 199.46 70.18 96.29 -
System Red Green Blue C M Y K H S L
Decimal 155 242 97 0.36 0 0.60 0.05 96 0.85 0.66
Hex 9B F2 61 24 0 3C 5 60 55 42
Octal 233 362 141 44 0 74 5 140 125 102
Binary 10011011 11110010 1100001 100100 0 111100 101 1100000 1010101 1000010

Color Harmonies of #9BF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF261

Black with #9BF261

Text Example


Text Example

White with #9BF261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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