Html Css Color HEX #BCFB4C Conifer

📋 copy color: '#BCFB4C'

red 188 ◦ green 251 ◦ blue 76

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

Shades of Conifer #BCFB4C

Tints of Conifer #BCFB4C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.74%

 BLUE value IS 76 (30.08% from 255) = 14.76%

R = 36.5%
G = 48.74%
B = 14.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#BCFB4C (or 0xBCFB4C) is known color: Conifer. HEX triplet: BC, FB and 4C. RGB value is (188,251,76). Sum of RGB (Red+Green+Blue) = 188+251+76=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFB4C is #4304B3. Grayscale: #D4D4D4. Windows color (decimal): -4392116 or 5045180. OLE color: 5045180.

HSL color Cylindrical-coordinate representation of color #BCFB4C: hue angle of 81.6º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCFB4C is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 76 -
CMYK 0.25 0 0.70 0.02
HSL 81.6º 0.96% 0.64% -
HSV(B) 81.6º 0.7% 0.98% -
XYZ 56.54 80.21 19.34 -
YUV 212.21 51.13 110.73 -
System Red Green Blue C M Y K H S L
Decimal 188 251 76 0.25 0 0.70 0.02 81.6 0.96 0.64
Hex BC FB 4C 19 0 46 2 52 60 40
Octal 274 373 114 31 0 106 2 122 140 100
Binary 10111100 11111011 1001100 11001 0 1000110 10 1010010 1100000 1000000

Color Harmonies of #BCFB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFB4C

Black with #BCFB4C

Text Example


Text Example

White with #BCFB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFB4C; }

 p { color: rgb(188,251,76); }

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

background-color css

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

 a { background-color: rgb(188,251,76); }

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

border-color css

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

 span { border-color: rgb(188,251,76); }

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