Html Css Color HEX #B8F160 Conifer

📋 copy color: '#B8F160'

red 184 ◦ green 241 ◦ blue 96

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

Shades of Conifer #B8F160

Tints of Conifer #B8F160

RGB

 RED value IS 184 (72.27% from 255) = 35.32%

 GREEN value IS 241 (94.53% from 255) = 46.26%

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

R = 35.32%
G = 46.26%
B = 18.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#B8F160 (or 0xB8F160) is known color: Conifer. HEX triplet: B8, F1 and 60. RGB value is (184,241,96). Sum of RGB (Red+Green+Blue) = 184+241+96=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F160 is #470E9F. Grayscale: #CFCFCF. Windows color (decimal): -4656800 or 6353336. OLE color: 6353336.

HSL color Cylindrical-coordinate representation of color #B8F160: hue angle of 83.59º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8F160 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 241 96 -
CMYK 0.24 0 0.60 0.05
HSL 83.59º 0.84% 0.66% -
HSV(B) 83.59º 0.6% 0.95% -
XYZ 53.33 73.95 22.53 -
YUV 207.43 65.12 111.29 -
System Red Green Blue C M Y K H S L
Decimal 184 241 96 0.24 0 0.60 0.05 83.59 0.84 0.66
Hex B8 F1 60 18 0 3C 5 54 54 42
Octal 270 361 140 30 0 74 5 124 124 102
Binary 10111000 11110001 1100000 11000 0 111100 101 1010100 1010100 1000010

Color Harmonies of #B8F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F160

Black with #B8F160

Text Example


Text Example

White with #B8F160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F160; }

 p { color: rgb(184,241,96); }

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

background-color css

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

 a { background-color: rgb(184,241,96); }

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

border-color css

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

 span { border-color: rgb(184,241,96); }

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