Html Css Color HEX #BCF054 Conifer

📋 copy color: '#BCF054'

red 188 ◦ green 240 ◦ blue 84

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

Shades of Conifer #BCF054

Tints of Conifer #BCF054

RGB

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

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

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

R = 36.72%
G = 46.88%
B = 16.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#BCF054 (or 0xBCF054) is known color: Conifer. HEX triplet: BC, F0 and 54. RGB value is (188,240,84). Sum of RGB (Red+Green+Blue) = 188+240+84=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 84 (33.20% from 255 or 16.41% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF054 is #430FAB. Grayscale: #CFCFCF. Windows color (decimal): -4394924 or 5566652. OLE color: 5566652.

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

Color convert

RGB 188 240 84 -
CMYK 0.22 0 0.65 0.06
HSL 80º 0.84% 0.64% -
HSV(B) 80º 0.65% 0.94% -
XYZ 53.5 73.65 19.78 -
YUV 206.67 58.77 114.68 -
System Red Green Blue C M Y K H S L
Decimal 188 240 84 0.22 0 0.65 0.06 80 0.84 0.64
Hex BC F0 54 16 0 41 6 50 54 40
Octal 274 360 124 26 0 101 6 120 124 100
Binary 10111100 11110000 1010100 10110 0 1000001 110 1010000 1010100 1000000

Color Harmonies of #BCF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF054

Black with #BCF054

Text Example


Text Example

White with #BCF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF054; }

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

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

background-color css

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

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

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

border-color css

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

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

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