Html Css Color HEX #BCFC54 Conifer

📋 copy color: '#BCFC54'

red 188 ◦ green 252 ◦ blue 84

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

Shades of Conifer #BCFC54

Tints of Conifer #BCFC54

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.09%

 BLUE value IS 84 (33.2% from 255) = 16.03%

R = 35.88%
G = 48.09%
B = 16.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#BCFC54 (or 0xBCFC54) is known color: Conifer. HEX triplet: BC, FC and 54. RGB value is (188,252,84). Sum of RGB (Red+Green+Blue) = 188+252+84=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC54 is #4303AB. Grayscale: #D6D6D6. Windows color (decimal): -4391852 or 5569724. OLE color: 5569724.

HSL color Cylindrical-coordinate representation of color #BCFC54: hue angle of 82.86º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCFC54 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 84 -
CMYK 0.25 0 0.67 0.01
HSL 82.86º 0.97% 0.66% -
HSV(B) 82.86º 0.67% 0.99% -
XYZ 57.15 80.95 21 -
YUV 213.71 54.8 109.66 -
System Red Green Blue C M Y K H S L
Decimal 188 252 84 0.25 0 0.67 0.01 82.86 0.97 0.66
Hex BC FC 54 19 0 43 1 53 61 42
Octal 274 374 124 31 0 103 1 123 141 102
Binary 10111100 11111100 1010100 11001 0 1000011 1 1010011 1100001 1000010

Color Harmonies of #BCFC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC54

Black with #BCFC54

Text Example


Text Example

White with #BCFC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC54; }

 p { color: rgb(188,252,84); }

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

background-color css

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

 a { background-color: rgb(188,252,84); }

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

border-color css

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

 span { border-color: rgb(188,252,84); }

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