Html Css Color HEX #BCF451 Conifer

📋 copy color: '#BCF451'

red 188 ◦ green 244 ◦ blue 81

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

Shades of Conifer #BCF451

Tints of Conifer #BCF451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.79%

R = 36.65%
G = 47.56%
B = 15.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#BCF451 (or 0xBCF451) is known color: Conifer. HEX triplet: BC, F4 and 51. RGB value is (188,244,81). Sum of RGB (Red+Green+Blue) = 188+244+81=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 244 (95.70% from 255 or 47.56% from 513); Blue value is 81 (32.03% from 255 or 15.79% from 513); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF451 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF451 is #430BAE. Grayscale: #D1D1D1. Windows color (decimal): -4393903 or 5371068. OLE color: 5371068.

HSL color Cylindrical-coordinate representation of color #BCF451: hue angle of 80.61º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCF451 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 244 81 -
CMYK 0.23 0 0.67 0.04
HSL 80.61º 0.88% 0.64% -
HSV(B) 80.61º 0.67% 0.96% -
XYZ 54.57 75.99 19.58 -
YUV 208.67 55.95 113.25 -
System Red Green Blue C M Y K H S L
Decimal 188 244 81 0.23 0 0.67 0.04 80.61 0.88 0.64
Hex BC F4 51 17 0 43 4 51 58 40
Octal 274 364 121 27 0 103 4 121 130 100
Binary 10111100 11110100 1010001 10111 0 1000011 100 1010001 1011000 1000000

Color Harmonies of #BCF451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF451

Black with #BCF451

Text Example


Text Example

White with #BCF451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF451; }

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

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

background-color css

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

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

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

border-color css

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

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

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