Html Css Color HEX #BCF249 Conifer

📋 copy color: '#BCF249'

red 188 ◦ green 242 ◦ blue 73

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

Shades of Conifer #BCF249

Tints of Conifer #BCF249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.51%

R = 37.38%
G = 48.11%
B = 14.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#BCF249 (or 0xBCF249) is known color: Conifer. HEX triplet: BC, F2 and 49. RGB value is (188,242,73). Sum of RGB (Red+Green+Blue) = 188+242+73=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF249 is #430DB6. Grayscale: #CFCFCF. Windows color (decimal): -4394423 or 4846268. OLE color: 4846268.

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

Color convert

RGB 188 242 73 -
CMYK 0.22 0 0.70 0.05
HSL 79.17º 0.87% 0.62% -
HSV(B) 79.17º 0.7% 0.95% -
XYZ 53.69 74.68 17.89 -
YUV 206.59 52.61 114.74 -
System Red Green Blue C M Y K H S L
Decimal 188 242 73 0.22 0 0.70 0.05 79.17 0.87 0.62
Hex BC F2 49 16 0 46 5 4F 57 3E
Octal 274 362 111 26 0 106 5 117 127 76
Binary 10111100 11110010 1001001 10110 0 1000110 101 1001111 1010111 111110

Color Harmonies of #BCF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF249

Black with #BCF249

Text Example


Text Example

White with #BCF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF249; }

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

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

background-color css

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

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

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

border-color css

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

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

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