Html Css Color HEX #B1FF64 Conifer

📋 copy color: '#B1FF64'

red 177 ◦ green 255 ◦ blue 100

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

Shades of Conifer #B1FF64

Tints of Conifer #B1FF64

RGB

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

 GREEN value IS 255 (100% from 255) = 47.93%

 BLUE value IS 100 (39.45% from 255) = 18.8%

R = 33.27%
G = 47.93%
B = 18.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#B1FF64 (or 0xB1FF64) is known color: Conifer. HEX triplet: B1, FF and 64. RGB value is (177,255,100). Sum of RGB (Red+Green+Blue) = 177+255+100=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FF64 is #4E009B. Grayscale: #D6D6D6. Windows color (decimal): -5111964 or 6619057. OLE color: 6619057.

HSL color Cylindrical-coordinate representation of color #B1FF64: hue angle of 90.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1FF64 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 100 -
CMYK 0.31 0 0.61 0
HSL 90.19º 1% 0.7% -
HSV(B) 90.19º 0.61% 1% -
XYZ 56.19 81.79 24.88 -
YUV 214.01 63.66 101.6 -
System Red Green Blue C M Y K H S L
Decimal 177 255 100 0.31 0 0.61 0 90.19 1 0.7
Hex B1 FF 64 1F 0 3D 0 5A 64 46
Octal 261 377 144 37 0 75 0 132 144 106
Binary 10110001 11111111 1100100 11111 0 111101 0 1011010 1100100 1000110

Color Harmonies of #B1FF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FF64

Black with #B1FF64

Text Example


Text Example

White with #B1FF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FF64; }

 p { color: rgb(177,255,100); }

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

background-color css

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

 a { background-color: rgb(177,255,100); }

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

border-color css

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

 span { border-color: rgb(177,255,100); }

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