Html Css Color HEX #BCFA4E Conifer

📋 copy color: '#BCFA4E'

red 188 ◦ green 250 ◦ blue 78

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

Shades of Conifer #BCFA4E

Tints of Conifer #BCFA4E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.45%

 BLUE value IS 78 (30.86% from 255) = 15.12%

R = 36.43%
G = 48.45%
B = 15.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#BCFA4E (or 0xBCFA4E) is known color: Conifer. HEX triplet: BC, FA and 4E. RGB value is (188,250,78). Sum of RGB (Red+Green+Blue) = 188+250+78=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA4E is #4305B1. Grayscale: #D4D4D4. Windows color (decimal): -4392370 or 5175996. OLE color: 5175996.

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

Color convert

RGB 188 250 78 -
CMYK 0.25 0 0.69 0.02
HSL 81.63º 0.95% 0.64% -
HSV(B) 81.63º 0.69% 0.98% -
XYZ 56.3 79.61 19.61 -
YUV 211.85 52.46 110.99 -
System Red Green Blue C M Y K H S L
Decimal 188 250 78 0.25 0 0.69 0.02 81.63 0.95 0.64
Hex BC FA 4E 19 0 45 2 52 5F 40
Octal 274 372 116 31 0 105 2 122 137 100
Binary 10111100 11111010 1001110 11001 0 1000101 10 1010010 1011111 1000000

Color Harmonies of #BCFA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA4E

Black with #BCFA4E

Text Example


Text Example

White with #BCFA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA4E; }

 p { color: rgb(188,250,78); }

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

background-color css

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

 a { background-color: rgb(188,250,78); }

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

border-color css

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

 span { border-color: rgb(188,250,78); }

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