Html Css Color HEX #BCDF50 Conifer

📋 copy color: '#BCDF50'

red 188 ◦ green 223 ◦ blue 80

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

Shades of Conifer #BCDF50

Tints of Conifer #BCDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.42%

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

R = 38.29%
G = 45.42%
B = 16.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#BCDF50 (or 0xBCDF50) is known color: Conifer. HEX triplet: BC, DF and 50. RGB value is (188,223,80). Sum of RGB (Red+Green+Blue) = 188+223+80=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF50 is #4320AF. Grayscale: #C4C4C4. Windows color (decimal): -4399280 or 5300156. OLE color: 5300156.

HSL color Cylindrical-coordinate representation of color #BCDF50: hue angle of 74.69º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCDF50 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 80 -
CMYK 0.16 0 0.64 0.13
HSL 74.69º 0.69% 0.59% -
HSV(B) 74.69º 0.64% 0.87% -
XYZ 48.57 64.05 17.39 -
YUV 196.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 188 223 80 0.16 0 0.64 0.13 74.69 0.69 0.59
Hex BC DF 50 10 0 40 D 4B 45 3B
Octal 274 337 120 20 0 100 15 113 105 73
Binary 10111100 11011111 1010000 10000 0 1000000 1101 1001011 1000101 111011

Color Harmonies of #BCDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF50

Black with #BCDF50

Text Example


Text Example

White with #BCDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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