Html Css Color HEX #B1F048 Conifer

📋 copy color: '#B1F048'

red 177 ◦ green 240 ◦ blue 72

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

Shades of Conifer #B1F048

Tints of Conifer #B1F048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.08%

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 36.2%
G = 49.08%
B = 14.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#B1F048 (or 0xB1F048) is known color: Conifer. HEX triplet: B1, F0 and 48. RGB value is (177,240,72). Sum of RGB (Red+Green+Blue) = 177+240+72=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F048 is #4E0FB7. Grayscale: #CACACA. Windows color (decimal): -5115832 or 4780209. OLE color: 4780209.

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

Color convert

RGB 177 240 72 -
CMYK 0.26 0 0.7 0.06
HSL 82.5º 0.85% 0.61% -
HSV(B) 82.5º 0.7% 0.94% -
XYZ 50.46 72.14 17.39 -
YUV 202.01 54.63 110.16 -
System Red Green Blue C M Y K H S L
Decimal 177 240 72 0.26 0 0.7 0.06 82.5 0.85 0.61
Hex B1 F0 48 1A 0 46 6 52 55 3D
Octal 261 360 110 32 0 106 6 122 125 75
Binary 10110001 11110000 1001000 11010 0 1000110 110 1010010 1010101 111101

Color Harmonies of #B1F048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F048

Black with #B1F048

Text Example


Text Example

White with #B1F048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F048; }

 p { color: rgb(177,240,72); }

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

background-color css

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

 a { background-color: rgb(177,240,72); }

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

border-color css

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

 span { border-color: rgb(177,240,72); }

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