Html Css Color HEX #BCF357 Conifer

📋 copy color: '#BCF357'

red 188 ◦ green 243 ◦ blue 87

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

Shades of Conifer #BCF357

Tints of Conifer #BCF357

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.91%

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

R = 36.29%
G = 46.91%
B = 16.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BCF357 (or 0xBCF357) is known color: Conifer. HEX triplet: BC, F3 and 57. RGB value is (188,243,87). Sum of RGB (Red+Green+Blue) = 188+243+87=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF357 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF357 is #430CA8. Grayscale: #D1D1D1. Windows color (decimal): -4394153 or 5764028. OLE color: 5764028.

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

Color convert

RGB 188 243 87 -
CMYK 0.23 0 0.64 0.05
HSL 81.15º 0.87% 0.65% -
HSV(B) 81.15º 0.64% 0.95% -
XYZ 54.51 75.48 20.71 -
YUV 208.77 59.28 113.18 -
System Red Green Blue C M Y K H S L
Decimal 188 243 87 0.23 0 0.64 0.05 81.15 0.87 0.65
Hex BC F3 57 17 0 40 5 51 57 41
Octal 274 363 127 27 0 100 5 121 127 101
Binary 10111100 11110011 1010111 10111 0 1000000 101 1010001 1010111 1000001

Color Harmonies of #BCF357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF357

Black with #BCF357

Text Example


Text Example

White with #BCF357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF357; }

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

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

background-color css

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

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

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

border-color css

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

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

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