Html Css Color HEX #B0FA52 Conifer

📋 copy color: '#B0FA52'

red 176 ◦ green 250 ◦ blue 82

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

Shades of Conifer #B0FA52

Tints of Conifer #B0FA52

RGB

 RED value IS 176 (69.14% from 255) = 34.65%

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 82 (32.42% from 255) = 16.14%

R = 34.65%
G = 49.21%
B = 16.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#B0FA52 (or 0xB0FA52) is known color: Conifer. HEX triplet: B0, FA and 52. RGB value is (176,250,82). Sum of RGB (Red+Green+Blue) = 176+250+82=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 82 (32.42% from 255 or 16.14% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA52 is #4F05AD. Grayscale: #D1D1D1. Windows color (decimal): -5178798 or 5438128. OLE color: 5438128.

HSL color Cylindrical-coordinate representation of color #B0FA52: hue angle of 86.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0FA52 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 82 -
CMYK 0.30 0 0.67 0.02
HSL 86.43º 0.94% 0.65% -
HSV(B) 86.43º 0.67% 0.98% -
XYZ 53.61 78.21 20.25 -
YUV 208.72 56.48 104.66 -
System Red Green Blue C M Y K H S L
Decimal 176 250 82 0.30 0 0.67 0.02 86.43 0.94 0.65
Hex B0 FA 52 1E 0 43 2 56 5E 41
Octal 260 372 122 36 0 103 2 126 136 101
Binary 10110000 11111010 1010010 11110 0 1000011 10 1010110 1011110 1000001

Color Harmonies of #B0FA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA52

Black with #B0FA52

Text Example


Text Example

White with #B0FA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA52; }

 p { color: rgb(176,250,82); }

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

background-color css

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

 a { background-color: rgb(176,250,82); }

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

border-color css

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

 span { border-color: rgb(176,250,82); }

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