Html Css Color HEX #B8F060 Conifer

📋 copy color: '#B8F060'

red 184 ◦ green 240 ◦ blue 96

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

Shades of Conifer #B8F060

Tints of Conifer #B8F060

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

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

R = 35.38%
G = 46.15%
B = 18.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#B8F060 (or 0xB8F060) is known color: Conifer. HEX triplet: B8, F0 and 60. RGB value is (184,240,96). Sum of RGB (Red+Green+Blue) = 184+240+96=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F060 is #470F9F. Grayscale: #CFCFCF. Windows color (decimal): -4657056 or 6353080. OLE color: 6353080.

HSL color Cylindrical-coordinate representation of color #B8F060: hue angle of 83.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8F060 is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 240 96 -
CMYK 0.23 0 0.6 0.06
HSL 83.33º 0.83% 0.66% -
HSV(B) 83.33º 0.6% 0.94% -
XYZ 53.04 73.36 22.43 -
YUV 206.84 65.45 111.71 -
System Red Green Blue C M Y K H S L
Decimal 184 240 96 0.23 0 0.6 0.06 83.33 0.83 0.66
Hex B8 F0 60 17 0 3C 6 53 53 42
Octal 270 360 140 27 0 74 6 123 123 102
Binary 10111000 11110000 1100000 10111 0 111100 110 1010011 1010011 1000010

Color Harmonies of #B8F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F060

Black with #B8F060

Text Example


Text Example

White with #B8F060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F060; }

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

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

background-color css

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

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

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

border-color css

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

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

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