Html Css Color HEX #B0FE52 Conifer

📋 copy color: '#B0FE52'

red 176 ◦ green 254 ◦ blue 82

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

Shades of Conifer #B0FE52

Tints of Conifer #B0FE52

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.61%

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

R = 34.38%
G = 49.61%
B = 16.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#B0FE52 (or 0xB0FE52) is known color: Conifer. HEX triplet: B0, FE and 52. RGB value is (176,254,82). Sum of RGB (Red+Green+Blue) = 176+254+82=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE52 is #4F01AD. Grayscale: #D3D3D3. Windows color (decimal): -5177774 or 5439152. OLE color: 5439152.

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

Color convert

RGB 176 254 82 -
CMYK 0.31 0 0.68 0.00
HSL 87.21º 0.99% 0.66% -
HSV(B) 87.21º 0.68% 1% -
XYZ 54.87 80.72 20.67 -
YUV 211.07 55.16 102.99 -
System Red Green Blue C M Y K H S L
Decimal 176 254 82 0.31 0 0.68 0.00 87.21 0.99 0.66
Hex B0 FE 52 1F 0 44 0 57 63 42
Octal 260 376 122 37 0 104 0 127 143 102
Binary 10110000 11111110 1010010 11111 0 1000100 0 1010111 1100011 1000010

Color Harmonies of #B0FE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE52

Black with #B0FE52

Text Example


Text Example

White with #B0FE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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