Html Css Color HEX #BCFA50 Conifer

📋 copy color: '#BCFA50'

red 188 ◦ green 250 ◦ blue 80

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

Shades of Conifer #BCFA50

Tints of Conifer #BCFA50

RGB

 RED value IS 188 (73.83% from 255) = 36.29%

 GREEN value IS 250 (98.05% from 255) = 48.26%

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

R = 36.29%
G = 48.26%
B = 15.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#BCFA50 (or 0xBCFA50) is known color: Conifer. HEX triplet: BC, FA and 50. RGB value is (188,250,80). Sum of RGB (Red+Green+Blue) = 188+250+80=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA50 is #4305AF. Grayscale: #D4D4D4. Windows color (decimal): -4392368 or 5307068. OLE color: 5307068.

HSL color Cylindrical-coordinate representation of color #BCFA50: hue angle of 81.88º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCFA50 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 80 -
CMYK 0.25 0 0.68 0.02
HSL 81.88º 0.94% 0.65% -
HSV(B) 81.88º 0.68% 0.98% -
XYZ 56.37 79.64 19.99 -
YUV 212.08 53.46 110.82 -
System Red Green Blue C M Y K H S L
Decimal 188 250 80 0.25 0 0.68 0.02 81.88 0.94 0.65
Hex BC FA 50 19 0 44 2 52 5E 41
Octal 274 372 120 31 0 104 2 122 136 101
Binary 10111100 11111010 1010000 11001 0 1000100 10 1010010 1011110 1000001

Color Harmonies of #BCFA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA50

Black with #BCFA50

Text Example


Text Example

White with #BCFA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA50; }

 p { color: rgb(188,250,80); }

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

background-color css

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

 a { background-color: rgb(188,250,80); }

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

border-color css

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

 span { border-color: rgb(188,250,80); }

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