Html Css Color HEX #BCF548 Conifer

📋 copy color: '#BCF548'

red 188 ◦ green 245 ◦ blue 72

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

Shades of Conifer #BCF548

Tints of Conifer #BCF548

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.51%

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

R = 37.23%
G = 48.51%
B = 14.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#BCF548 (or 0xBCF548) is known color: Conifer. HEX triplet: BC, F5 and 48. RGB value is (188,245,72). Sum of RGB (Red+Green+Blue) = 188+245+72=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 245 (96.09% from 255 or 48.51% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF548 is #430AB7. Grayscale: #D0D0D0. Windows color (decimal): -4393656 or 4781500. OLE color: 4781500.

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

Color convert

RGB 188 245 72 -
CMYK 0.23 0 0.71 0.04
HSL 79.77º 0.9% 0.62% -
HSV(B) 79.77º 0.71% 0.96% -
XYZ 54.56 76.46 18.01 -
YUV 208.24 51.12 113.57 -
System Red Green Blue C M Y K H S L
Decimal 188 245 72 0.23 0 0.71 0.04 79.77 0.9 0.62
Hex BC F5 48 17 0 47 4 50 5A 3E
Octal 274 365 110 27 0 107 4 120 132 76
Binary 10111100 11110101 1001000 10111 0 1000111 100 1010000 1011010 111110

Color Harmonies of #BCF548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF548

Black with #BCF548

Text Example


Text Example

White with #BCF548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF548; }

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

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

background-color css

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

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

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

border-color css

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

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

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