Html Css Color HEX #BCFE54 Conifer

📋 copy color: '#BCFE54'

red 188 ◦ green 254 ◦ blue 84

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

Shades of Conifer #BCFE54

Tints of Conifer #BCFE54

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.29%

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

R = 35.74%
G = 48.29%
B = 15.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#BCFE54 (or 0xBCFE54) is known color: Conifer. HEX triplet: BC, FE and 54. RGB value is (188,254,84). Sum of RGB (Red+Green+Blue) = 188+254+84=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE54 is #4301AB. Grayscale: #D7D7D7. Windows color (decimal): -4391340 or 5570236. OLE color: 5570236.

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

Color convert

RGB 188 254 84 -
CMYK 0.26 0 0.67 0.00
HSL 83.29º 0.99% 0.66% -
HSV(B) 83.29º 0.67% 1% -
XYZ 57.78 82.22 21.21 -
YUV 214.89 54.13 108.82 -
System Red Green Blue C M Y K H S L
Decimal 188 254 84 0.26 0 0.67 0.00 83.29 0.99 0.66
Hex BC FE 54 1A 0 43 0 53 63 42
Octal 274 376 124 32 0 103 0 123 143 102
Binary 10111100 11111110 1010100 11010 0 1000011 0 1010011 1100011 1000010

Color Harmonies of #BCFE54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE54

Black with #BCFE54

Text Example


Text Example

White with #BCFE54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE54; }

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

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

background-color css

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

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

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

border-color css

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

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

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