Html Css Color HEX #B0FB60 Conifer

📋 copy color: '#B0FB60'

red 176 ◦ green 251 ◦ blue 96

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

Shades of Conifer #B0FB60

Tints of Conifer #B0FB60

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.99%

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

R = 33.65%
G = 47.99%
B = 18.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#B0FB60 (or 0xB0FB60) is known color: Conifer. HEX triplet: B0, FB and 60. RGB value is (176,251,96). Sum of RGB (Red+Green+Blue) = 176+251+96=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB60 is #4F049F. Grayscale: #D3D3D3. Windows color (decimal): -5178528 or 6355888. OLE color: 6355888.

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

Color convert

RGB 176 251 96 -
CMYK 0.30 0 0.62 0.02
HSL 89.03º 0.95% 0.68% -
HSV(B) 89.03º 0.62% 0.98% -
XYZ 54.51 79.07 23.46 -
YUV 210.91 63.15 103.1 -
System Red Green Blue C M Y K H S L
Decimal 176 251 96 0.30 0 0.62 0.02 89.03 0.95 0.68
Hex B0 FB 60 1E 0 3E 2 59 5F 44
Octal 260 373 140 36 0 76 2 131 137 104
Binary 10110000 11111011 1100000 11110 0 111110 10 1011001 1011111 1000100

Color Harmonies of #B0FB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB60

Black with #B0FB60

Text Example


Text Example

White with #B0FB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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