Html Css Color HEX #BCFD56 Conifer

📋 copy color: '#BCFD56'

red 188 ◦ green 253 ◦ blue 86

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

Shades of Conifer #BCFD56

Tints of Conifer #BCFD56

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.01%

 BLUE value IS 86 (33.98% from 255) = 16.32%

R = 35.67%
G = 48.01%
B = 16.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#BCFD56 (or 0xBCFD56) is known color: Conifer. HEX triplet: BC, FD and 56. RGB value is (188,253,86). Sum of RGB (Red+Green+Blue) = 188+253+86=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 86 (33.98% from 255 or 16.32% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD56 is #4302A9. Grayscale: #D7D7D7. Windows color (decimal): -4391594 or 5701052. OLE color: 5701052.

HSL color Cylindrical-coordinate representation of color #BCFD56: hue angle of 83.35º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCFD56 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 86 -
CMYK 0.26 0 0.66 0.01
HSL 83.35º 0.98% 0.66% -
HSV(B) 83.35º 0.66% 0.99% -
XYZ 57.54 81.61 21.52 -
YUV 214.53 55.47 109.08 -
System Red Green Blue C M Y K H S L
Decimal 188 253 86 0.26 0 0.66 0.01 83.35 0.98 0.66
Hex BC FD 56 1A 0 42 1 53 62 42
Octal 274 375 126 32 0 102 1 123 142 102
Binary 10111100 11111101 1010110 11010 0 1000010 1 1010011 1100010 1000010

Color Harmonies of #BCFD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD56

Black with #BCFD56

Text Example


Text Example

White with #BCFD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD56; }

 p { color: rgb(188,253,86); }

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

background-color css

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

 a { background-color: rgb(188,253,86); }

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

border-color css

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

 span { border-color: rgb(188,253,86); }

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