Html Css Color HEX #B8E050 Conifer

📋 copy color: '#B8E050'

red 184 ◦ green 224 ◦ blue 80

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

Shades of Conifer #B8E050

Tints of Conifer #B8E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.9%

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

R = 37.7%
G = 45.9%
B = 16.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#B8E050 (or 0xB8E050) is known color: Conifer. HEX triplet: B8, E0 and 50. RGB value is (184,224,80). Sum of RGB (Red+Green+Blue) = 184+224+80=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8E050 is #471FAF. Grayscale: #C4C4C4. Windows color (decimal): -4661168 or 5300408. OLE color: 5300408.

HSL color Cylindrical-coordinate representation of color #B8E050: hue angle of 76.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8E050 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 224 80 -
CMYK 0.18 0 0.64 0.12
HSL 76.67º 0.7% 0.6% -
HSV(B) 76.67º 0.64% 0.88% -
XYZ 47.87 64.08 17.44 -
YUV 195.62 62.75 119.71 -
System Red Green Blue C M Y K H S L
Decimal 184 224 80 0.18 0 0.64 0.12 76.67 0.7 0.6
Hex B8 E0 50 12 0 40 C 4D 46 3C
Octal 270 340 120 22 0 100 14 115 106 74
Binary 10111000 11100000 1010000 10010 0 1000000 1100 1001101 1000110 111100

Color Harmonies of #B8E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E050

Black with #B8E050

Text Example


Text Example

White with #B8E050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E050; }

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

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

background-color css

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

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

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

border-color css

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

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

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