Html Css Color HEX #BCF358 Conifer

📋 copy color: '#BCF358'

red 188 ◦ green 243 ◦ blue 88

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

Shades of Conifer #BCF358

Tints of Conifer #BCF358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.96%

R = 36.22%
G = 46.82%
B = 16.96%

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

#BCF358 (or 0xBCF358) is known color: Conifer. HEX triplet: BC, F3 and 58. RGB value is (188,243,88). Sum of RGB (Red+Green+Blue) = 188+243+88=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 88 (34.77% from 255 or 16.96% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF358 is #430CA7. Grayscale: #D1D1D1. Windows color (decimal): -4394152 or 5829564. OLE color: 5829564.

HSL color Cylindrical-coordinate representation of color #BCF358: hue angle of 81.29º 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 #BCF358 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 88 -
CMYK 0.23 0 0.64 0.05
HSL 81.29º 0.87% 0.65% -
HSV(B) 81.29º 0.64% 0.95% -
XYZ 54.55 75.5 20.93 -
YUV 208.89 59.78 113.1 -
System Red Green Blue C M Y K H S L
Decimal 188 243 88 0.23 0 0.64 0.05 81.29 0.87 0.65
Hex BC F3 58 17 0 40 5 51 57 41
Octal 274 363 130 27 0 100 5 121 127 101
Binary 10111100 11110011 1011000 10111 0 1000000 101 1010001 1010111 1000001

Color Harmonies of #BCF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF358

Black with #BCF358

Text Example


Text Example

White with #BCF358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF358; }

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

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

background-color css

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

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

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

border-color css

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

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

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