Html Css Color HEX #B8F050 Conifer

📋 copy color: '#B8F050'

red 184 ◦ green 240 ◦ blue 80

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

Shades of Conifer #B8F050

Tints of Conifer #B8F050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 36.51%
G = 47.62%
B = 15.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#B8F050 (or 0xB8F050) is known color: Conifer. HEX triplet: B8, F0 and 50. RGB value is (184,240,80). Sum of RGB (Red+Green+Blue) = 184+240+80=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #B8F050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F050 is #470FAF. Grayscale: #CDCDCD. Windows color (decimal): -4657072 or 5304504. OLE color: 5304504.

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

Color convert

RGB 184 240 80 -
CMYK 0.23 0 0.67 0.06
HSL 81º 0.84% 0.63% -
HSV(B) 81º 0.67% 0.94% -
XYZ 52.38 73.09 18.94 -
YUV 205.02 57.45 113.01 -
System Red Green Blue C M Y K H S L
Decimal 184 240 80 0.23 0 0.67 0.06 81 0.84 0.63
Hex B8 F0 50 17 0 43 6 51 54 3F
Octal 270 360 120 27 0 103 6 121 124 77
Binary 10111000 11110000 1010000 10111 0 1000011 110 1010001 1010100 111111

Color Harmonies of #B8F050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F050

Black with #B8F050

Text Example


Text Example

White with #B8F050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F050; }

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

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

background-color css

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

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

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

border-color css

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

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

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