Html Css Color HEX #BCF647 Conifer

📋 copy color: '#BCF647'

red 188 ◦ green 246 ◦ blue 71

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

Shades of Conifer #BCF647

Tints of Conifer #BCF647

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.71%

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

R = 37.23%
G = 48.71%
B = 14.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#BCF647 (or 0xBCF647) is known color: Conifer. HEX triplet: BC, F6 and 47. RGB value is (188,246,71). Sum of RGB (Red+Green+Blue) = 188+246+71=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 71 (28.12% from 255 or 14.06% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF647 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF647 is #4309B8. Grayscale: #D1D1D1. Windows color (decimal): -4393401 or 4716220. OLE color: 4716220.

HSL color Cylindrical-coordinate representation of color #BCF647: hue angle of 79.89º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCF647 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 71 -
CMYK 0.24 0 0.71 0.04
HSL 79.89º 0.91% 0.62% -
HSV(B) 79.89º 0.71% 0.96% -
XYZ 54.83 77.06 17.94 -
YUV 208.71 50.28 113.23 -
System Red Green Blue C M Y K H S L
Decimal 188 246 71 0.24 0 0.71 0.04 79.89 0.91 0.62
Hex BC F6 47 18 0 47 4 50 5B 3E
Octal 274 366 107 30 0 107 4 120 133 76
Binary 10111100 11110110 1000111 11000 0 1000111 100 1010000 1011011 111110

Color Harmonies of #BCF647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF647

Black with #BCF647

Text Example


Text Example

White with #BCF647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF647; }

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

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

background-color css

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

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

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

border-color css

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

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

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