Html Css Color HEX #BCFD50 Conifer

📋 copy color: '#BCFD50'

red 188 ◦ green 253 ◦ blue 80

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

Shades of Conifer #BCFD50

Tints of Conifer #BCFD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.36%

R = 36.08%
G = 48.56%
B = 15.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#BCFD50 (or 0xBCFD50) is known color: Conifer. HEX triplet: BC, FD and 50. RGB value is (188,253,80). Sum of RGB (Red+Green+Blue) = 188+253+80=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD50 is #4302AF. Grayscale: #D6D6D6. Windows color (decimal): -4391600 or 5307836. OLE color: 5307836.

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

Color convert

RGB 188 253 80 -
CMYK 0.26 0 0.68 0.01
HSL 82.54º 0.98% 0.65% -
HSV(B) 82.54º 0.68% 0.99% -
XYZ 57.31 81.52 20.3 -
YUV 213.84 52.47 109.57 -
System Red Green Blue C M Y K H S L
Decimal 188 253 80 0.26 0 0.68 0.01 82.54 0.98 0.65
Hex BC FD 50 1A 0 44 1 53 62 41
Octal 274 375 120 32 0 104 1 123 142 101
Binary 10111100 11111101 1010000 11010 0 1000100 1 1010011 1100010 1000001

Color Harmonies of #BCFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD50

Black with #BCFD50

Text Example


Text Example

White with #BCFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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