Html Css Color HEX #BCF15D Conifer

📋 copy color: '#BCF15D'

red 188 ◦ green 241 ◦ blue 93

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

Shades of Conifer #BCF15D

Tints of Conifer #BCF15D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.17%

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 36.02%
G = 46.17%
B = 17.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#BCF15D (or 0xBCF15D) is known color: Conifer. HEX triplet: BC, F1 and 5D. RGB value is (188,241,93). Sum of RGB (Red+Green+Blue) = 188+241+93=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF15D is #430EA2. Grayscale: #D0D0D0. Windows color (decimal): -4394659 or 6156732. OLE color: 6156732.

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

Color convert

RGB 188 241 93 -
CMYK 0.22 0 0.61 0.05
HSL 81.49º 0.84% 0.65% -
HSV(B) 81.49º 0.61% 0.95% -
XYZ 54.17 74.39 21.86 -
YUV 208.28 62.94 113.53 -
System Red Green Blue C M Y K H S L
Decimal 188 241 93 0.22 0 0.61 0.05 81.49 0.84 0.65
Hex BC F1 5D 16 0 3D 5 51 54 41
Octal 274 361 135 26 0 75 5 121 124 101
Binary 10111100 11110001 1011101 10110 0 111101 101 1010001 1010100 1000001

Color Harmonies of #BCF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF15D

Black with #BCF15D

Text Example


Text Example

White with #BCF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF15D; }

 p { color: rgb(188,241,93); }

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

background-color css

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

 a { background-color: rgb(188,241,93); }

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

border-color css

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

 span { border-color: rgb(188,241,93); }

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