Html Css Color HEX #BCF449 Conifer

📋 copy color: '#BCF449'

red 188 ◦ green 244 ◦ blue 73

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

Shades of Conifer #BCF449

Tints of Conifer #BCF449

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.32%

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

R = 37.23%
G = 48.32%
B = 14.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#BCF449 (or 0xBCF449) is known color: Conifer. HEX triplet: BC, F4 and 49. RGB value is (188,244,73). Sum of RGB (Red+Green+Blue) = 188+244+73=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 244 (95.70% from 255 or 48.32% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF449 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF449 is #430BB6. Grayscale: #D0D0D0. Windows color (decimal): -4393911 or 4846780. OLE color: 4846780.

HSL color Cylindrical-coordinate representation of color #BCF449: hue angle of 79.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCF449 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 73 -
CMYK 0.23 0 0.70 0.04
HSL 79.65º 0.89% 0.62% -
HSV(B) 79.65º 0.7% 0.96% -
XYZ 54.29 75.87 18.09 -
YUV 207.76 51.95 113.9 -
System Red Green Blue C M Y K H S L
Decimal 188 244 73 0.23 0 0.70 0.04 79.65 0.89 0.62
Hex BC F4 49 17 0 46 4 50 59 3E
Octal 274 364 111 27 0 106 4 120 131 76
Binary 10111100 11110100 1001001 10111 0 1000110 100 1010000 1011001 111110

Color Harmonies of #BCF449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF449

Black with #BCF449

Text Example


Text Example

White with #BCF449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF449; }

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

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

background-color css

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

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

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

border-color css

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

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

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