Html Css Color HEX #BCF648 Conifer

📋 copy color: '#BCF648'

red 188 ◦ green 246 ◦ blue 72

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

Shades of Conifer #BCF648

Tints of Conifer #BCF648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.23%

R = 37.15%
G = 48.62%
B = 14.23%

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

#BCF648 (or 0xBCF648) is known color: Conifer. HEX triplet: BC, F6 and 48. RGB value is (188,246,72). Sum of RGB (Red+Green+Blue) = 188+246+72=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF648 is #4309B7. Grayscale: #D1D1D1. Windows color (decimal): -4393400 or 4781756. OLE color: 4781756.

HSL color Cylindrical-coordinate representation of color #BCF648: hue angle of 80º 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 #BCF648 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 72 -
CMYK 0.24 0 0.71 0.04
HSL 80º 0.91% 0.62% -
HSV(B) 80º 0.71% 0.96% -
XYZ 54.86 77.07 18.12 -
YUV 208.82 50.78 113.15 -
System Red Green Blue C M Y K H S L
Decimal 188 246 72 0.24 0 0.71 0.04 80 0.91 0.62
Hex BC F6 48 18 0 47 4 50 5B 3E
Octal 274 366 110 30 0 107 4 120 133 76
Binary 10111100 11110110 1001000 11000 0 1000111 100 1010000 1011011 111110

Color Harmonies of #BCF648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF648

Black with #BCF648

Text Example


Text Example

White with #BCF648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF648; }

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

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

background-color css

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

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

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

border-color css

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

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

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