Html Css Color HEX #B0FC60 Conifer

📋 copy color: '#B0FC60'

red 176 ◦ green 252 ◦ blue 96

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

Shades of Conifer #B0FC60

Tints of Conifer #B0FC60

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.09%

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

R = 33.59%
G = 48.09%
B = 18.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#B0FC60 (or 0xB0FC60) is known color: Conifer. HEX triplet: B0, FC and 60. RGB value is (176,252,96). Sum of RGB (Red+Green+Blue) = 176+252+96=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC60 is #4F039F. Grayscale: #D4D4D4. Windows color (decimal): -5178272 or 6356144. OLE color: 6356144.

HSL color Cylindrical-coordinate representation of color #B0FC60: hue angle of 89.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0FC60 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 96 -
CMYK 0.30 0 0.62 0.01
HSL 89.23º 0.96% 0.68% -
HSV(B) 89.23º 0.62% 0.99% -
XYZ 54.83 79.7 23.56 -
YUV 211.49 62.82 102.68 -
System Red Green Blue C M Y K H S L
Decimal 176 252 96 0.30 0 0.62 0.01 89.23 0.96 0.68
Hex B0 FC 60 1E 0 3E 1 59 60 44
Octal 260 374 140 36 0 76 1 131 140 104
Binary 10110000 11111100 1100000 11110 0 111110 1 1011001 1100000 1000100

Color Harmonies of #B0FC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC60

Black with #B0FC60

Text Example


Text Example

White with #B0FC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC60; }

 p { color: rgb(176,252,96); }

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

background-color css

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

 a { background-color: rgb(176,252,96); }

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

border-color css

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

 span { border-color: rgb(176,252,96); }

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