Html Css Color HEX #BCFA5E Conifer

📋 copy color: '#BCFA5E'

red 188 ◦ green 250 ◦ blue 94

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

Shades of Conifer #BCFA5E

Tints of Conifer #BCFA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 35.34%
G = 46.99%
B = 17.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#BCFA5E (or 0xBCFA5E) is known color: Conifer. HEX triplet: BC, FA and 5E. RGB value is (188,250,94). Sum of RGB (Red+Green+Blue) = 188+250+94=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA5E is #4305A1. Grayscale: #D6D6D6. Windows color (decimal): -4392354 or 6224572. OLE color: 6224572.

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

Color convert

RGB 188 250 94 -
CMYK 0.25 0 0.62 0.02
HSL 83.85º 0.94% 0.67% -
HSV(B) 83.85º 0.62% 0.98% -
XYZ 56.95 79.87 23 -
YUV 213.68 60.46 109.68 -
System Red Green Blue C M Y K H S L
Decimal 188 250 94 0.25 0 0.62 0.02 83.85 0.94 0.67
Hex BC FA 5E 19 0 3E 2 54 5E 43
Octal 274 372 136 31 0 76 2 124 136 103
Binary 10111100 11111010 1011110 11001 0 111110 10 1010100 1011110 1000011

Color Harmonies of #BCFA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFA5E

Black with #BCFA5E

Text Example


Text Example

White with #BCFA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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