Html Css Color HEX #BCF05E Conifer

📋 copy color: '#BCF05E'

red 188 ◦ green 240 ◦ blue 94

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

Shades of Conifer #BCF05E

Tints of Conifer #BCF05E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.98%

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

R = 36.02%
G = 45.98%
B = 18.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#BCF05E (or 0xBCF05E) is known color: Conifer. HEX triplet: BC, F0 and 5E. RGB value is (188,240,94). Sum of RGB (Red+Green+Blue) = 188+240+94=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF05E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF05E is #430FA1. Grayscale: #D0D0D0. Windows color (decimal): -4394914 or 6222012. OLE color: 6222012.

HSL color Cylindrical-coordinate representation of color #BCF05E: hue angle of 81.37º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF05E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 94 -
CMYK 0.22 0 0.61 0.06
HSL 81.37º 0.83% 0.65% -
HSV(B) 81.37º 0.61% 0.94% -
XYZ 53.92 73.82 22 -
YUV 207.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 188 240 94 0.22 0 0.61 0.06 81.37 0.83 0.65
Hex BC F0 5E 16 0 3D 6 51 53 41
Octal 274 360 136 26 0 75 6 121 123 101
Binary 10111100 11110000 1011110 10110 0 111101 110 1010001 1010011 1000001

Color Harmonies of #BCF05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF05E

Black with #BCF05E

Text Example


Text Example

White with #BCF05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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