Html Css Color HEX #BCF247 Conifer

📋 copy color: '#BCF247'

red 188 ◦ green 242 ◦ blue 71

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

Shades of Conifer #BCF247

Tints of Conifer #BCF247

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

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

R = 37.52%
G = 48.3%
B = 14.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BCF247 (or 0xBCF247) is known color: Conifer. HEX triplet: BC, F2 and 47. RGB value is (188,242,71). Sum of RGB (Red+Green+Blue) = 188+242+71=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF247 is #430DB8. Grayscale: #CECECE. Windows color (decimal): -4394425 or 4715196. OLE color: 4715196.

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

Color convert

RGB 188 242 71 -
CMYK 0.22 0 0.71 0.05
HSL 78.95º 0.87% 0.61% -
HSV(B) 78.95º 0.71% 0.95% -
XYZ 53.63 74.65 17.54 -
YUV 206.36 51.61 114.9 -
System Red Green Blue C M Y K H S L
Decimal 188 242 71 0.22 0 0.71 0.05 78.95 0.87 0.61
Hex BC F2 47 16 0 47 5 4F 57 3D
Octal 274 362 107 26 0 107 5 117 127 75
Binary 10111100 11110010 1000111 10110 0 1000111 101 1001111 1010111 111101

Color Harmonies of #BCF247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF247

Black with #BCF247

Text Example


Text Example

White with #BCF247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF247; }

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

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

background-color css

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

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

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

border-color css

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

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

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