Html Css Color HEX #B0F85A Conifer

📋 copy color: '#B0F85A'

red 176 ◦ green 248 ◦ blue 90

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

Shades of Conifer #B0F85A

Tints of Conifer #B0F85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.25%

 BLUE value IS 90 (35.55% from 255) = 17.51%

R = 34.24%
G = 48.25%
B = 17.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#B0F85A (or 0xB0F85A) is known color: Conifer. HEX triplet: B0, F8 and 5A. RGB value is (176,248,90). Sum of RGB (Red+Green+Blue) = 176+248+90=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 90 (35.55% from 255 or 17.51% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F85A is #4F07A5. Grayscale: #D1D1D1. Windows color (decimal): -5179302 or 5961904. OLE color: 5961904.

HSL color Cylindrical-coordinate representation of color #B0F85A: hue angle of 87.34º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0F85A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 248 90 -
CMYK 0.29 0 0.64 0.03
HSL 87.34º 0.92% 0.66% -
HSV(B) 87.34º 0.64% 0.97% -
XYZ 53.32 77.1 21.75 -
YUV 208.46 61.15 104.85 -
System Red Green Blue C M Y K H S L
Decimal 176 248 90 0.29 0 0.64 0.03 87.34 0.92 0.66
Hex B0 F8 5A 1D 0 40 3 57 5C 42
Octal 260 370 132 35 0 100 3 127 134 102
Binary 10110000 11111000 1011010 11101 0 1000000 11 1010111 1011100 1000010

Color Harmonies of #B0F85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F85A

Black with #B0F85A

Text Example


Text Example

White with #B0F85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F85A; }

 p { color: rgb(176,248,90); }

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

background-color css

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

 a { background-color: rgb(176,248,90); }

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

border-color css

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

 span { border-color: rgb(176,248,90); }

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