Html Css Color HEX #BCF047 Conifer

📋 copy color: '#BCF047'

red 188 ◦ green 240 ◦ blue 71

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

Shades of Conifer #BCF047

Tints of Conifer #BCF047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.23%

R = 37.68%
G = 48.1%
B = 14.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#BCF047 (or 0xBCF047) is known color: Conifer. HEX triplet: BC, F0 and 47. RGB value is (188,240,71). Sum of RGB (Red+Green+Blue) = 188+240+71=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 71 (28.12% from 255 or 14.23% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF047 is #430FB8. Grayscale: #CDCDCD. Windows color (decimal): -4394937 or 4714684. OLE color: 4714684.

HSL color Cylindrical-coordinate representation of color #BCF047: hue angle of 78.46º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF047 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 71 -
CMYK 0.22 0 0.70 0.06
HSL 78.46º 0.85% 0.61% -
HSV(B) 78.46º 0.7% 0.94% -
XYZ 53.04 73.47 17.35 -
YUV 205.19 52.27 115.74 -
System Red Green Blue C M Y K H S L
Decimal 188 240 71 0.22 0 0.70 0.06 78.46 0.85 0.61
Hex BC F0 47 16 0 46 6 4E 55 3D
Octal 274 360 107 26 0 106 6 116 125 75
Binary 10111100 11110000 1000111 10110 0 1000110 110 1001110 1010101 111101

Color Harmonies of #BCF047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF047

Black with #BCF047

Text Example


Text Example

White with #BCF047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF047; }

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

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

background-color css

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

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

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

border-color css

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

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

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