Html Css Color HEX #B1F960 Conifer

📋 copy color: '#B1F960'

red 177 ◦ green 249 ◦ blue 96

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

Shades of Conifer #B1F960

Tints of Conifer #B1F960

RGB

 RED value IS 177 (69.53% from 255) = 33.91%

 GREEN value IS 249 (97.66% from 255) = 47.7%

 BLUE value IS 96 (37.89% from 255) = 18.39%

R = 33.91%
G = 47.7%
B = 18.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#B1F960 (or 0xB1F960) is known color: Conifer. HEX triplet: B1, F9 and 60. RGB value is (177,249,96). Sum of RGB (Red+Green+Blue) = 177+249+96=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F960 is #4E069F. Grayscale: #D2D2D2. Windows color (decimal): -5113504 or 6355377. OLE color: 6355377.

HSL color Cylindrical-coordinate representation of color #B1F960: hue angle of 88.24º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1F960 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 96 -
CMYK 0.29 0 0.61 0.02
HSL 88.24º 0.93% 0.68% -
HSV(B) 88.24º 0.61% 0.98% -
XYZ 54.12 77.94 23.26 -
YUV 210.03 63.65 104.44 -
System Red Green Blue C M Y K H S L
Decimal 177 249 96 0.29 0 0.61 0.02 88.24 0.93 0.68
Hex B1 F9 60 1D 0 3D 2 58 5D 44
Octal 261 371 140 35 0 75 2 130 135 104
Binary 10110001 11111001 1100000 11101 0 111101 10 1011000 1011101 1000100

Color Harmonies of #B1F960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F960

Black with #B1F960

Text Example


Text Example

White with #B1F960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F960; }

 p { color: rgb(177,249,96); }

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

background-color css

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

 a { background-color: rgb(177,249,96); }

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

border-color css

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

 span { border-color: rgb(177,249,96); }

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