Html Css Color HEX #BCF157 Conifer

📋 copy color: '#BCF157'

red 188 ◦ green 241 ◦ blue 87

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

Shades of Conifer #BCF157

Tints of Conifer #BCF157

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.71%

 BLUE value IS 87 (34.38% from 255) = 16.86%

R = 36.43%
G = 46.71%
B = 16.86%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BCF157 (or 0xBCF157) is known color: Conifer. HEX triplet: BC, F1 and 57. RGB value is (188,241,87). Sum of RGB (Red+Green+Blue) = 188+241+87=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF157 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF157 is #430EA8. Grayscale: #D0D0D0. Windows color (decimal): -4394665 or 5763516. OLE color: 5763516.

HSL color Cylindrical-coordinate representation of color #BCF157: hue angle of 80.65º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF157 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 87 -
CMYK 0.22 0 0.64 0.05
HSL 80.65º 0.85% 0.64% -
HSV(B) 80.65º 0.64% 0.95% -
XYZ 53.91 74.29 20.51 -
YUV 207.6 59.94 114.02 -
System Red Green Blue C M Y K H S L
Decimal 188 241 87 0.22 0 0.64 0.05 80.65 0.85 0.64
Hex BC F1 57 16 0 40 5 51 55 40
Octal 274 361 127 26 0 100 5 121 125 100
Binary 10111100 11110001 1010111 10110 0 1000000 101 1010001 1010101 1000000

Color Harmonies of #BCF157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF157

Black with #BCF157

Text Example


Text Example

White with #BCF157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF157; }

 p { color: rgb(188,241,87); }

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

background-color css

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

 a { background-color: rgb(188,241,87); }

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

border-color css

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

 span { border-color: rgb(188,241,87); }

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